[Android] Set correct orange font color
Alexandre Perraud
git at videolan.org
Wed Apr 5 19:36:57 CEST 2017
vlc-android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Wed Apr 5 17:10:05 2017 +0200| [e1e196c6c4d0d7a441ec07264bd448f710006968] | committer: Alexandre Perraud
Set correct orange font color
> https://code.videolan.org/videolan/vlc-android/commit/e1e196c6c4d0d7a441ec07264bd448f710006968
---
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 3ffd662..f24184e 100644
--- a/vlc-android/res/values/styles.xml
+++ b/vlc-android/res/values/styles.xml
@@ -285,7 +285,7 @@
<style name="Result.Title" parent="Base.TextAppearance.AppCompat.Subhead">
<item name="textAllCaps">true</item>
- <item name="android:textColor">@color/orange800</item>
+ <item name="android:textColor">@color/orange500</item>
</style>
<style name="Result.List" parent="Base.Widget.AppCompat.ListView">
More information about the Android
mailing list