summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2020-06-19 21:35:19 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-06-19 21:35:19 +0000
commitd516053da97bbf5c1c59525d6574bcd6575fa0cf (patch)
tree3d3e7133d5295a087810844352ceb928a85f87ab
parentebfd3e9df39f240b615e09a61dda1605469263a5 (diff)
parent2828fc61dd49ea13ba687f85f04d8a1b8b175dee (diff)
Merge "Fix media artist color" into rvc-dev
-rw-r--r--packages/SystemUI/res/layout/media_view.xml2
-rw-r--r--packages/SystemUI/res/values/colors.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/media_view.xml b/packages/SystemUI/res/layout/media_view.xml
index 9992b4e77a8e..d0f9332f2ccf 100644
--- a/packages/SystemUI/res/layout/media_view.xml
+++ b/packages/SystemUI/res/layout/media_view.xml
@@ -163,7 +163,7 @@
android:layout_height="wrap_content"
android:fontFamily="@*android:string/config_bodyFontFamily"
android:singleLine="true"
- android:textColor="@color/media_primary_text"
+ android:textColor="@color/media_secondary_text"
android:textSize="14sp" />
<com.android.internal.widget.CachingIconView
diff --git a/packages/SystemUI/res/values/colors.xml b/packages/SystemUI/res/values/colors.xml
index 40a4b5074413..d8a3c8c19eae 100644
--- a/packages/SystemUI/res/values/colors.xml
+++ b/packages/SystemUI/res/values/colors.xml
@@ -245,6 +245,7 @@
<!-- media -->
<color name="media_primary_text">@android:color/white</color>
+ <color name="media_secondary_text">#99ffffff</color> <!-- 60% -->
<color name="media_seekbar_progress">#c0ffffff</color>
<color name="media_disabled">#80ffffff</color>