aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/nav_item_background.xml
blob: 415dd9f27a1565d7bdf5f276ef1509c50313c752 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
    android:color="#f0f">
    <item
        android:id="@android:id/mask"
        android:right="16dp">
        <shape android:shape="rectangle">
            <corners
                android:bottomRightRadius="50dp"
                android:topRightRadius="50dp" />
            <solid android:color="#fff" />
        </shape>
    </item>
</ripple>