summaryrefslogtreecommitdiffstats
path: root/core/res/res/color/primary_text_disable_only_material_light.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/res/res/color/primary_text_disable_only_material_light.xml')
-rw-r--r--core/res/res/color/primary_text_disable_only_material_light.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/res/res/color/primary_text_disable_only_material_light.xml b/core/res/res/color/primary_text_disable_only_material_light.xml
index bf5d2c0..0bf14d0 100644
--- a/core/res/res/color/primary_text_disable_only_material_light.xml
+++ b/core/res/res/color/primary_text_disable_only_material_light.xml
@@ -15,6 +15,8 @@
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_enabled="false" android:alpha="0.5" android:color="@android:color/bright_foreground_material_light"/>
- <item android:color="@android:color/bright_foreground_material_light"/>
+ <item android:state_enabled="false"
+ android:alpha="@dimen/disabled_alpha_material"
+ android:color="@color/bright_foreground_material_light"/>
+ <item android:color="@color/bright_foreground_material_light"/>
</selector>