Merge "Update colors for list/grid view." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
18bbea9c96
@@ -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