How can I theme the list seletor in a ContextMenu? For ListViews I used the way described here:
<a href="http://brainflush.wordpress.com/2009/03/15/understanding-android-themes-and-styles/" rel="nofollow">http://brainflush.wordpress.com/2009/03/15/understanding-android-themes-and-styles/</a>
So I assigned the created style to my theme like this:
<a href="http://brainflush.wordpress.com/2009/03/15/understanding-android-themes-and-styles/" rel="nofollow">http://brainflush.wordpress.com/2009/03/15/understanding-android-themes-and-styles/</a>
So I assigned the created style to my theme like this:
Code:
<style name="Theme...." parent="@android:style/Theme.Light">
<item name="android:listViewStyle">@style/ListView</item>
</style>