i've got a dialog layout that has 3 buttons.

i change the button labels and count at run-time - so i've got
them defined in the layout.

i can't seem to get the dfeault ICS button look.

            <Button
                android:id="@+id/left_button"
                android:layout_weight="1"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:text="Close"
            />

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to