summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/styles.xml')
-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>