aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/btn_primary.xml
blob: 75aab01f79a3f117c3091ef2bf1910f377d23d7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<!-- Filled accent button with the platform press ripple on top. -->
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
    android:color="?android:attr/colorControlHighlight">
    <item>
        <shape android:shape="rectangle">
            <solid android:color="@color/accent"/>
            <corners android:radius="@dimen/button_radius"/>
        </shape>
    </item>
</ripple>