[Android] Style: use the Sherlock NoActionBar parent style
Adrien Maglo
git at videolan.org
Wed Dec 4 16:42:31 CET 2013
vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Wed Dec 4 16:42:23 2013 +0100| [09074586669fe105efe4d5f12871cecc86cd81dc] | committer: Adrien Maglo
Style: use the Sherlock NoActionBar parent style
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=09074586669fe105efe4d5f12871cecc86cd81dc
---
vlc-android/res/values/styles.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/res/values/styles.xml b/vlc-android/res/values/styles.xml
index 1a625a1..b6dd38b 100644
--- a/vlc-android/res/values/styles.xml
+++ b/vlc-android/res/values/styles.xml
@@ -47,7 +47,7 @@
<item name="android:listSelector">@drawable/background_item</item>
</style>
- <style name="Theme.VLC.NoTitleBar" parent="android:Theme.Light.NoTitleBar">
+ <style name="Theme.VLC.NoTitleBar" parent="Theme.Sherlock.Light.NoActionBar">
<item name="item_divider">@color/item_divider</item>
<item name="item_common_pressed">@color/item_common_pressed</item>
<item name="item_common_selected">@color/item_common_selected</item>
More information about the Android
mailing list