Loading core/res/res/color/btn_default_material_dark.xml +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_enabled="false" android:alpha="@dimen/disabled_alpha_material" android:alpha="@dimen/disabled_alpha_material_dark" android:color="@color/button_material_dark"/> <item android:color="@color/button_material_dark"/> </selector> core/res/res/color/btn_default_material_light.xml +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_enabled="false" android:alpha="@dimen/disabled_alpha_material" android:alpha="@dimen/disabled_alpha_material_light" android:color="@color/button_material_light"/> <item android:color="@color/button_material_light"/> </selector> core/res/res/color/primary_text_disable_only_material_dark.xml +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_enabled="false" android:alpha="@dimen/disabled_alpha_material" android:alpha="@dimen/disabled_alpha_material_dark" android:color="@color/bright_foreground_material_dark"/> <item android:color="@color/bright_foreground_material_dark"/> </selector> core/res/res/color/primary_text_disable_only_material_light.xml +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_enabled="false" android:alpha="@dimen/disabled_alpha_material" android:alpha="@dimen/disabled_alpha_material_light" android:color="@color/bright_foreground_material_light"/> <item android:color="@color/bright_foreground_material_light"/> </selector> core/res/res/color/primary_text_material_dark.xml +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_enabled="false" android:alpha="@dimen/disabled_alpha_material" android:alpha="@dimen/disabled_alpha_material_dark" android:color="@color/primary_text_default_material_dark"/> <item android:color="@color/primary_text_default_material_dark"/> </selector> Loading
core/res/res/color/btn_default_material_dark.xml +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_enabled="false" android:alpha="@dimen/disabled_alpha_material" android:alpha="@dimen/disabled_alpha_material_dark" android:color="@color/button_material_dark"/> <item android:color="@color/button_material_dark"/> </selector>
core/res/res/color/btn_default_material_light.xml +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_enabled="false" android:alpha="@dimen/disabled_alpha_material" android:alpha="@dimen/disabled_alpha_material_light" android:color="@color/button_material_light"/> <item android:color="@color/button_material_light"/> </selector>
core/res/res/color/primary_text_disable_only_material_dark.xml +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_enabled="false" android:alpha="@dimen/disabled_alpha_material" android:alpha="@dimen/disabled_alpha_material_dark" android:color="@color/bright_foreground_material_dark"/> <item android:color="@color/bright_foreground_material_dark"/> </selector>
core/res/res/color/primary_text_disable_only_material_light.xml +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_enabled="false" android:alpha="@dimen/disabled_alpha_material" android:alpha="@dimen/disabled_alpha_material_light" android:color="@color/bright_foreground_material_light"/> <item android:color="@color/bright_foreground_material_light"/> </selector>
core/res/res/color/primary_text_material_dark.xml +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_enabled="false" android:alpha="@dimen/disabled_alpha_material" android:alpha="@dimen/disabled_alpha_material_dark" android:color="@color/primary_text_default_material_dark"/> <item android:color="@color/primary_text_default_material_dark"/> </selector>