forked from github/szkolny
7 lines
348 B
XML
7 lines
348 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:shape="rectangle" android:padding="0dp">
|
||
|
<solid android:color="#FFFAFAFA"/>
|
||
|
<corners android:bottomRightRadius="5dp" android:bottomLeftRadius="5dp"
|
||
|
android:topLeftRadius="0dp" android:topRightRadius="0dp"/>
|
||
|
</shape>
|