[Android] Styles: change the default font color of the black theme to white
Adrien Maglo
git at videolan.org
Mon Feb 24 15:22:47 CET 2014
vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Mon Feb 24 15:22:37 2014 +0100| [8df64476a8ba5f29e29729bfcbb4b6ed59288837] | committer: Adrien Maglo
Styles: change the default font color of the black theme to white
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=8df64476a8ba5f29e29729bfcbb4b6ed59288837
---
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 e5a9464..620acc7 100644
--- a/vlc-android/res/values/styles.xml
+++ b/vlc-android/res/values/styles.xml
@@ -40,6 +40,8 @@
</style>
<style name="Theme.VLC.Black" parent="Theme.VLC">
+ <item name="android:textColor">@color/white</item>
+
<item name="font_default">@color/white</item>
<item name="background_player">@color/font_default</item>
<item name="background_playlist">@color/font_default</item>
More information about the Android
mailing list