summaryrefslogtreecommitdiffstats
path: root/res/drawable/request_ride_button_background.xml
blob: ff3ba2e0420b4e1d274b8af096207a6b0826799b (plain)
1
2
3
4
5
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>