11 lines
262 B
XML
11 lines
262 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<corners android:radius="32dp"/>
|
|
<size
|
|
android:width="64dp"
|
|
android:height="64dp"/>
|
|
|
|
<solid android:color="#5cab7d"/>
|
|
|
|
</shape> |