[android-developers] Change color of listview in custom dialog
Hi,
I created a custom dialog with a ListView to be able to use fastScroll and I want it to look like the dialog created with AlertDialog.Builder.
I've tried to put ListView style to Widget.ListView.White, Theme.Light but none works and the listview is always displayed in black.
<ListView android:id="@+id/big_list_dialog_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
style="@android:style/Widget.ListView.White"
/>
A lot of thanks in advance,
-- 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