OSDN Git Service

Update highlight attribute
authorAlan Viverette <alanv@google.com>
Wed, 21 May 2014 23:24:34 +0000 (16:24 -0700)
committerAlan Viverette <alanv@google.com>
Wed, 21 May 2014 23:24:34 +0000 (16:24 -0700)
Change-Id: Ib9373bd3c89dbf28b4586d95306d02a3999b119e

res/drawable/dashboard_tile_background.xml
res/drawable/preference_highlight.xml

index 92b6f42..f66ff23 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <ripple xmlns:android="http://schemas.android.com/apk/res/android"
-                android:tint="?android:attr/colorButtonPressed">
+                android:tint="?android:attr/colorControlHighlight">
     <item>
         <color android:color="@android:color/white" />
     </item>
index 615a360..bbffe62 100644 (file)
@@ -15,7 +15,7 @@
 -->
 
 <ripple xmlns:android="http://schemas.android.com/apk/res/android"
-                android:tint="?android:attr/colorButtonPressed"
+                android:tint="?android:attr/colorControlHighlight"
                 android:pinned="true">
     <item android:id="@android:id/mask"
           android:drawable="@android:color/white" />