summaryrefslogtreecommitdiffstats
path: root/res/drawable/directions_button_background.xml
blob: a40b30fb983ed423719629a3616a7ce910dd3a0a (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:bottomRightRadius="2dp" android:topRightRadius="2dp" />
    <solid android:color="@color/white_54" />
</shape>