[Android] Set subs picker theme to dark
Geoffrey Métais
git at videolan.org
Wed Apr 18 16:36:14 CEST 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Apr 18 16:35:41 2018 +0200| [c8dd5f9bd969393df5890b45cc6a7ca138a9fc7d] | committer: Geoffrey Métais
Set subs picker theme to dark
Make it consistent with the video player theme
> https://code.videolan.org/videolan/vlc-android/commit/c8dd5f9bd969393df5890b45cc6a7ca138a9fc7d
---
vlc-android/res/values/styles.xml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/vlc-android/res/values/styles.xml b/vlc-android/res/values/styles.xml
index b4870fa48..a96a6eca2 100644
--- a/vlc-android/res/values/styles.xml
+++ b/vlc-android/res/values/styles.xml
@@ -86,15 +86,15 @@
<item name="ic_passthrough">@drawable/ic_passthrough</item>
</style>
- <style name="Theme.VLC.PickerDialog" parent="Theme.AppCompat.Light.Dialog">
+ <style name="Theme.VLC.PickerDialog" parent="Theme.AppCompat.Dialog">
<item name="android:gridViewStyle">@style/Theme.VLC.List</item>
- <item name="background_default">@color/grey50</item>
- <item name="background_default_darker">@color/grey100</item>
- <item name="font_default">@color/grey900</item>
+ <item name="background_default">@color/grey850</item>
+ <item name="background_default_darker">@color/grey875</item>
+ <item name="font_default">@color/grey50</item>
<item name="font_light">@color/grey600</item>
- <item name="list_subtitle">@color/list_subtitle</item>
- <item name="list_title">@color/list_title</item>
- <item name="android:windowBackground">@color/grey200</item>
+ <item name="list_subtitle">@color/grey400</item>
+ <item name="list_title">@color/bt_list_title</item>
+ <item name="android:windowBackground">@color/grey900</item>
<item name="android:textViewStyle">@style/TextView</item>
</style>
More information about the Android
mailing list