Update colors for list/grid view.
Bug: 27578805 Change-Id: Ibddc84cf1d1d577fcb22084aaea5e3a98ffcae3c
This commit is contained in:
@@ -18,9 +18,5 @@
|
||||
<item
|
||||
android:state_enabled="true"
|
||||
android:color="?android:attr/textColorPrimary"
|
||||
android:alpha="0.63" />
|
||||
<item
|
||||
android:state_enabled="false"
|
||||
android:color="?android:attr/textColorPrimary"
|
||||
android:alpha="0.3" />
|
||||
android:alpha="0.54" />
|
||||
</selector>
|
||||
|
||||
@@ -17,9 +17,10 @@
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:state_enabled="true"
|
||||
android:color="?android:attr/textColorPrimary" />
|
||||
android:color="?android:attr/textColorPrimary"
|
||||
android:alpha="0.87" />
|
||||
<item
|
||||
android:state_enabled="false"
|
||||
android:color="?android:attr/textColorPrimary"
|
||||
android:alpha="0.3" />
|
||||
android:alpha="0.54" />
|
||||
</selector>
|
||||
|
||||
Reference in New Issue
Block a user