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.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/drawable/request_ride_button_background.xml b/res/drawable/request_ride_button_background.xml
new file mode 100644
index 0000000..ff3ba2e
--- /dev/null
+++ b/res/drawable/request_ride_button_background.xml
@@ -0,0 +1,6 @@
+<?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