diff options
Diffstat (limited to 'res/drawable/dashboard_tile_background.xml')
-rw-r--r-- | res/drawable/dashboard_tile_background.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/dashboard_tile_background.xml b/res/drawable/dashboard_tile_background.xml index 92b6f42..f66ff23 100644 --- a/res/drawable/dashboard_tile_background.xml +++ b/res/drawable/dashboard_tile_background.xml @@ -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> |