[Android] Add preferenceTheme overlay

Geoffrey Métais git at videolan.org
Tue Oct 20 11:48:22 CEST 2015


vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Sep 10 10:58:45 2015 +0200| [3d0f8d2bc2d1cae3c7f4a239e0214c4bec68821d] | committer: Geoffrey Métais

Add preferenceTheme overlay

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=3d0f8d2bc2d1cae3c7f4a239e0214c4bec68821d
---

 vlc-android/res/values/styles.xml |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/vlc-android/res/values/styles.xml b/vlc-android/res/values/styles.xml
index 4043a24..730993f 100644
--- a/vlc-android/res/values/styles.xml
+++ b/vlc-android/res/values/styles.xml
@@ -15,6 +15,7 @@
         <item name="android:gridViewStyle">@style/Theme.VLC.List</item>
         <item name="android:expandableListViewStyle">@style/Theme.VLC.List</item>
         <item name="android:dropDownListViewStyle">@style/Theme.VLC.List</item>
+        <item name="preferenceTheme">@style/PreferenceThemeOverlay</item>
 
         <item name="colorPrimary">@color/orange800</item>
         <item name="colorPrimaryDark">@color/orange700</item>
@@ -108,6 +109,7 @@
         <item name="android:gridViewStyle">@style/Theme.VLC.List</item>
         <item name="android:expandableListViewStyle">@style/Theme.VLC.List</item>
         <item name="android:dropDownListViewStyle">@style/Theme.VLC.List</item>
+        <item name="preferenceTheme">@style/PreferenceThemeOverlay</item>
 
         <item name="colorPrimary">@color/orange800</item>
         <item name="colorPrimaryDark">@android:color/transparent</item>



More information about the Android mailing list