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