summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2019-07-24 17:20:18 -0700
committerHyunyoung Song <hyunyoungs@google.com>2019-07-24 17:20:18 -0700
commit0832d4778136d66062dc36e4f092920e0da0ac93 (patch)
tree9b7fc1d5b935cfb3104a514974804a7bb7ae89b0 /res/values
parentb6841ac630fd4ca894e2638586511e3085c40baa (diff)
downloadandroid_packages_apps_Trebuchet-0832d4778136d66062dc36e4f092920e0da0ac93.tar.gz
android_packages_apps_Trebuchet-0832d4778136d66062dc36e4f092920e0da0ac93.tar.bz2
android_packages_apps_Trebuchet-0832d4778136d66062dc36e4f092920e0da0ac93.zip
Folder text should show dark highlight when longpressed
Broken only on dark theme + super bright wallpaper Bug: 138245847 Change-Id: Ib8627ebd49ac2b31bbd747c15ae6b55eb22efffa
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 881f65d27..339aef5b6 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -104,6 +104,7 @@
</style>
<style name="LauncherTheme.Dark.DarkText" parent="@style/LauncherTheme.Dark">
+ <item name="android:colorControlHighlight">#75212121</item>
<item name="allAppsInterimScrimAlpha">25</item>
<item name="folderFillColor">#CDFFFFFF</item>
<item name="folderTextColor">?attr/workspaceTextColor</item>