[Android] UI : Set correct FloatingActionButton Color
Alexandre Perraud
git at videolan.org
Fri Jun 5 16:37:08 CEST 2015
vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Fri Jun 5 15:39:51 2015 +0200| [03b10ad3d9e4634c6c613390784b7855db13408e] | committer: Alexandre Perraud
UI : Set correct FloatingActionButton Color
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=03b10ad3d9e4634c6c613390784b7855db13408e
---
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 46453d4..68e6f3d 100644
--- a/vlc-android/res/values/styles.xml
+++ b/vlc-android/res/values/styles.xml
@@ -18,7 +18,7 @@
<item name="colorPrimary">@color/orange800</item>
<item name="colorPrimaryDark">@color/orange700</item>
- <item name="colorAccent">@color/orange800</item>
+ <item name="colorAccent">@color/orange500</item>
<item name="item_footer">@color/grey300</item>
<item name="background_default">@color/grey50</item>
<item name="background_default_darker">@color/grey100</item>
More information about the Android
mailing list