commit | 296c7f575e734fd5918de0edd32ebe7e2e6d83f7 | [log] [tgz] |
---|---|---|
author | Alan Viverette <alanv@google.com> | Mon Jun 09 17:48:30 2014 -0700 |
committer | Alan Viverette <alanv@google.com> | Tue Jun 10 00:58:45 2014 +0000 |
tree | 494e0ce5c25c31f11519dc34aef75014bf6dd265 | |
parent | 310d74fa2bd1d9898c327b032eb244b005143b9d [diff] [blame] |
Ripple tint is now color Change-Id: I8e7d514fef327a7d3e172d0faae2466d26bddb9d
diff --git a/res/drawable/dashboard_tile_background.xml b/res/drawable/dashboard_tile_background.xml index f66ff23..2629cda 100644 --- a/res/drawable/dashboard_tile_background.xml +++ b/res/drawable/dashboard_tile_background.xml
@@ -15,9 +15,7 @@ --> <ripple xmlns:android="http://schemas.android.com/apk/res/android" - android:tint="?android:attr/colorControlHighlight"> - <item> - <color android:color="@android:color/white" /> - </item> + android:color="?android:attr/colorControlHighlight"> + <item android:drawable="@android:color/white" /> </ripple>