summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/background.xml
blob: c83d1876b8d19eb87d9b51fab9e3bb59ca10794d (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item>
        <shape android:shape="rectangle" android:padding="10dp">
            <solid android:color="#FF171717"/>
            <corners android:radius="10dp"/>
        </shape>
    </item>
</layer-list>