summaryrefslogtreecommitdiffstats
path: root/res/drawable/directions_button_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/directions_button_background.xml')
-rw-r--r--res/drawable/directions_button_background.xml14
1 files changed, 5 insertions, 9 deletions
diff --git a/res/drawable/directions_button_background.xml b/res/drawable/directions_button_background.xml
index d7f56d6..a40b30f 100644
--- a/res/drawable/directions_button_background.xml
+++ b/res/drawable/directions_button_background.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<ripple xmlns:android="http://schemas.android.com/apk/res/android"
- android:color="?android:colorControlHighlight">
- <item>
- <shape android:shape="rectangle">
- <corners android:bottomLeftRadius="2dp" android:topLeftRadius="2dp" />
- <solid android:color="@color/white_54" />
- </shape>
- </item>
-</ripple> \ No newline at end of file
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+ <corners android:bottomRightRadius="2dp" android:topRightRadius="2dp" />
+ <solid android:color="@color/white_54" />
+</shape> \ No newline at end of file