diff --git a/core/res/res/drawable/spinner_background_material.xml b/core/res/res/drawable/spinner_background_material.xml index 02ea11bd8359b..d99e367f576e6 100644 --- a/core/res/res/drawable/spinner_background_material.xml +++ b/core/res/res/drawable/spinner_background_material.xml @@ -16,16 +16,17 @@ - + + android:tint="?attr/colorControlNormal" + android:alpha="?attr/disabledAlpha" /> - - - - + + + + diff --git a/core/res/res/drawable/spinner_textfield_background_material.xml b/core/res/res/drawable/spinner_textfield_background_material.xml index 2732d53d50f35..fab3dc9b317c5 100644 --- a/core/res/res/drawable/spinner_textfield_background_material.xml +++ b/core/res/res/drawable/spinner_textfield_background_material.xml @@ -17,7 +17,21 @@ - + + + + + + + + + + +