[Android] Styles: change the color of the advanced option item dividers
Adrien Maglo
git at videolan.org
Wed Mar 12 15:27:41 CET 2014
vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Wed Mar 12 15:27:29 2014 +0100| [33a084662c25034fadcdf965782cf2adca6485f2] | committer: Adrien Maglo
Styles: change the color of the advanced option item dividers
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=33a084662c25034fadcdf965782cf2adca6485f2
---
vlc-android/res/values/styles.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vlc-android/res/values/styles.xml b/vlc-android/res/values/styles.xml
index 7020895..3554679 100644
--- a/vlc-android/res/values/styles.xml
+++ b/vlc-android/res/values/styles.xml
@@ -167,7 +167,7 @@
<style name="Theme.VLC.AdvancedOptionsLight" parent="Theme.VLC.AdvancedOptions">
<item name="android:windowBackground">@drawable/abs__menu_dropdown_panel_holo_light</item>
- <item name="android:textColor">@color/black</item>
+ <item name="android:textColor">@color/grey1</item>
<item name="advanced_options_divider">@color/darkgrey</item>
<item name="ic_speed_normal_style">@drawable/ic_speed_normal</item>
<item name="ic_sleep_normal_style">@drawable/ic_sleep_normal</item>
@@ -181,7 +181,7 @@
<style name="Theme.VLC.AdvancedOptionsBlack" parent="Theme.VLC.AdvancedOptions">
<item name="android:windowBackground">@drawable/abs__menu_dropdown_panel_holo_dark</item>
<item name="android:textColor">@color/white</item>
- <item name="advanced_options_divider">@color/white</item>
+ <item name="advanced_options_divider">@color/grey1</item>
<item name="ic_speed_normal_style">@drawable/ic_speed_normal_w</item>
<item name="ic_sleep_normal_style">@drawable/ic_sleep_normal_w</item>
<item name="ic_jumpto_normal_style">@drawable/ic_jumpto_normal_w</item>
More information about the Android
mailing list