Monday, July 16, 2012

[android-developers] absListViewStyle

Hi,

I have a problem in API level 16. The following makes all my
list into another color than orange, but in API level 16 it does not work?

themes.xml:

<item name="android:absListViewStyle">@style/list</item>

styles.xml

<style name="list" parent="@android:style/Widget.AbsListView">
<item name="android:listSelector">@drawable/list_selector_background</item>
</style>

What theme/style controls this in API 16?

Regards Jonas.

--
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

No comments:

Post a Comment