2018-12-03 23:22:21 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<corners
|
2018-12-04 21:49:22 +00:00
|
|
|
android:bottomLeftRadius="60dp"
|
|
|
|
android:topLeftRadius="60dp" />
|
2019-01-03 14:26:21 +00:00
|
|
|
<solid android:color="#88DC473A" />
|
2018-12-03 23:22:21 +00:00
|
|
|
</shape>
|