OSDN Git Service

Update colors for list/grid view.
authorTomasz Mikolajewski <mtomasz@google.com>
Tue, 22 Mar 2016 06:25:47 +0000 (15:25 +0900)
committerTomasz Mikolajewski <mtomasz@google.com>
Tue, 22 Mar 2016 06:49:46 +0000 (15:49 +0900)
Bug: 27578805
Change-Id: Ibddc84cf1d1d577fcb22084aaea5e3a98ffcae3c

packages/DocumentsUI/res/color/item_details.xml
packages/DocumentsUI/res/color/item_title.xml

index 769b944..ac21fe3 100644 (file)
@@ -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>
index ef6aea3..9fff2f1 100644 (file)
 <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>