[android-developers] writing a layout w/ standard ICS buttons
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home