From f761dc861fe2aa8a6891c7892500ee1e1d2f72d5 Mon Sep 17 00:00:00 2001 From: enricocid Date: Thu, 31 May 2018 20:33:35 +0200 Subject: [PATCH] Improve fast scroller popup text color Signed-off-by: enricocid --- .../app/src/main/res/layout/main_activity.xml | 2 +- project/app/src/main/res/values/attrs.xml | 1 + .../src/main/res/values/themes_inverted.xml | 17 ++++++++++++++ .../app/src/main/res/values/themes_light.xml | 22 ++++++++++++++----- 4 files changed, 36 insertions(+), 6 deletions(-) diff --git a/project/app/src/main/res/layout/main_activity.xml b/project/app/src/main/res/layout/main_activity.xml index a4fe79d33..e7f02464a 100644 --- a/project/app/src/main/res/layout/main_activity.xml +++ b/project/app/src/main/res/layout/main_activity.xml @@ -14,7 +14,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" app:fastScrollPopupBgColor="?attr/accent_color" - app:fastScrollPopupTextColor="?android:textColorSecondary" + app:fastScrollPopupTextColor="?attr/popup_text_color" app:fastScrollThumbColor="?attr/accent_color" app:fastScrollThumbInactiveColor="?attr/accent_color" tools:context="com.iven.musicplayergo.MainActivity" /> diff --git a/project/app/src/main/res/values/attrs.xml b/project/app/src/main/res/values/attrs.xml index 6ffc1e8f4..1c71fcc36 100644 --- a/project/app/src/main/res/values/attrs.xml +++ b/project/app/src/main/res/values/attrs.xml @@ -3,4 +3,5 @@ + \ No newline at end of file diff --git a/project/app/src/main/res/values/themes_inverted.xml b/project/app/src/main/res/values/themes_inverted.xml index ea77dbb7d..1ce9eb589 100644 --- a/project/app/src/main/res/values/themes_inverted.xml +++ b/project/app/src/main/res/values/themes_inverted.xml @@ -2,86 +2,103 @@ diff --git a/project/app/src/main/res/values/themes_light.xml b/project/app/src/main/res/values/themes_light.xml index ea5aa4e08..0999885ac 100644 --- a/project/app/src/main/res/values/themes_light.xml +++ b/project/app/src/main/res/values/themes_light.xml @@ -2,91 +2,103 @@ - -