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="#FF2196F3"/>
|
||
|
<corners android:bottomRightRadius="0dp" android:bottomLeftRadius="0dp"
|
||
|
android:topLeftRadius="5dp" android:topRightRadius="5dp"/>
|
||
|
</shape>
|