summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-05-18 15:31:19 -0700
committerTony Wickham <twickham@google.com>2017-05-18 15:31:19 -0700
commit30e55d0f7c4f6e83929868145ba3d4e2a4522b4c (patch)
treeffe3e3576d7490e3296ce4a610b75bc9e0751b77 /res/values
parent4915614962327207b7334723801df58c6a51781a (diff)
downloadandroid_packages_apps_Trebuchet-30e55d0f7c4f6e83929868145ba3d4e2a4522b4c.tar.gz
android_packages_apps_Trebuchet-30e55d0f7c4f6e83929868145ba3d4e2a4522b4c.tar.bz2
android_packages_apps_Trebuchet-30e55d0f7c4f6e83929868145ba3d4e2a4522b4c.zip
Don't set system shortcut text to white
Bug: 38201638 Change-Id: Icacd63810306848ec1fb54e5dcc6021660ac5099
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index e2d9ff486..dd6a680c5 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -97,13 +97,9 @@
<!-- TODO: move hardcoded colors from colors.xml to this theme and use for popup items -->
</style>
<style name="IconOnlySystemShortcut">
- <!-- The icons use this color, then are tinted -->
- <item name="android:textColorPrimary">@android:color/white</item>
<item name="android:tint">?android:attr/textColorHint</item>
</style>
<style name="IconWithTextSystemShortcut">
- <!-- The icons use this color, then are tinted -->
- <item name="android:textColorPrimary">@android:color/white</item>
<item name="android:backgroundTint">?android:attr/textColorTertiary</item>
</style>