summaryrefslogtreecommitdiffstats
path: root/res/drawable/directions_button_background.xml
blob: d7f56d6d53e0e0034fe6fcf4660b835f4fc9607e (plain)
1
2
3
4
5
6
7
8
9
10
<?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>