7 lines
248 B
XML
7 lines
248 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
||
|
<corners
|
||
|
android:bottomLeftRadius="100dp"
|
||
|
android:topLeftRadius="100dp" />
|
||
|
<solid android:color="#5fcaff" />
|
||
|
</shape>
|