[Android] Darken a little bit light font

Geoffrey Métais git at videolan.org
Thu Feb 1 12:27:26 CET 2018


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Feb  1 12:26:12 2018 +0100| [e9c5626fb57d5668d04efdb55111c940687c326a] | committer: Geoffrey Métais

Darken a little bit light font

> https://code.videolan.org/videolan/vlc-android/commit/e9c5626fb57d5668d04efdb55111c940687c326a
---

 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 968ff5f65..a7c356227 100644
--- a/vlc-android/res/values/styles.xml
+++ b/vlc-android/res/values/styles.xml
@@ -38,7 +38,7 @@
         <item name="playlist_item_drag_shadow">@color/orange500</item>
         <item name="audio_player_header_time">@color/orange500</item>
         <item name="font_default">@color/grey900</item>
-        <item name="font_light">@color/grey600</item>
+        <item name="font_light">@color/grey700</item>
         <item name="font_actionbar">@color/orange200</item>
         <item name="font_actionbar_selected">@color/grey50</item>
         <item name="navigationview_item_color">@color/navigationview_color</item>



More information about the Android mailing list