2015-11-02 17:40:41 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
|
|
|
|
<corners android:topLeftRadius="44dp"
|
|
|
|
android:topRightRadius="44dp"
|
2019-07-29 11:43:59 -04:00
|
|
|
android:bottomLeftRadius="44dp"
|
|
|
|
android:bottomRightRadius="0dp"/>
|
2015-11-02 17:40:41 -08:00
|
|
|
<solid android:color="#FF0288D1" />
|
|
|
|
<size android:height="88dp" android:width="88dp" />
|
|
|
|
</shape>
|