[Android] Fix Video player orange color

Nicolas Pomepuy git at videolan.org
Mon Jul 15 17:39:07 CEST 2019


vlc-android | branch: master | Nicolas Pomepuy <nicolas.pomepuy at gmail.com> | Mon Jul 15 07:02:44 2019 +0200| [e0718570f388f6f8b3ceb8004b2e1f483353fdd7] | committer: Geoffrey Métais

Fix Video player orange color

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

 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 a9ed7445d..0c8564822 100644
--- a/vlc-android/res/values/styles.xml
+++ b/vlc-android/res/values/styles.xml
@@ -304,9 +304,9 @@
         <item name="bottomSheetDialogTheme">@style/AppBottomSheetDialogTheme</item>
 
 
-        <item name="colorPrimary">@color/orange800</item>
+        <item name="colorPrimary">@color/orange500</item>
         <item name="colorPrimaryDark">@color/transparent</item>
-        <item name="colorAccent">@color/orange800</item>
+        <item name="colorAccent">@color/orange500</item>
 
         <item name="background_default">@color/grey850</item>
         <item name="rounded_bg">@drawable/rounded_corners</item>



More information about the Android mailing list