7 lines
234 B
XML
7 lines
234 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="#1F6AEF"/>
|
|
<corners android:radius="16dp"
|
|
android:bottomRightRadius="4dp"/>
|
|
</shape>
|