Android: Theme ContextMenu item selection

admin

Administrator
Staff member
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:

Code:
&lt;style name="Theme...." parent="@android:style/Theme.Light"&gt;
    &lt;item name="android:listViewStyle"&gt;@style/ListView&lt;/item&gt;
&lt;/style&gt;