[Android] Use the new colo scheme for the TV app

Nicolas Pomepuy git at videolan.org
Mon Jul 5 11:12:29 UTC 2021


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Jun 23 06:50:53 2021 +0200| [4fafe0b40d5f93f12851ad05612b3e4ef3c7f69a] | committer: Nicolas Pomepuy

Use the new colo scheme for the TV app

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

 application/resources/src/main/res/values/colors.xml | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/application/resources/src/main/res/values/colors.xml b/application/resources/src/main/res/values/colors.xml
index b8233e10e..e217fd627 100644
--- a/application/resources/src/main/res/values/colors.xml
+++ b/application/resources/src/main/res/values/colors.xml
@@ -104,12 +104,10 @@
     <color name="orange_800_transparent_20">#33ff610a</color>
     <color name="orange_500_transparent_20">#33FF8800</color>
 
-    <color name="tv_bg">#3e6c80</color>
-    <color name="tv_card_content">#3e6c80</color>
-    <color name="tv_card_content_dark">#386173</color>
-    <color name="tv_card_content_darker">#325766</color>
-
-    <color name="vlc_material_blue_grey_900">#ff263238</color>
+    <color name="tv_bg">#34434e</color>
+    <color name="tv_card_content">#34434e</color>
+    <color name="tv_card_content_dark">#1a2c38</color>
+    <color name="tv_card_content_darker">#011422</color>
 
     <!--test with onboarding colors-->
     <!--<color name="tv_bg">#1c313a</color>-->



More information about the Android mailing list