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