6 lines
223 B
XML
6 lines
223 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<shape android:shape="rectangle"
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<solid android:color="#ff4d4d4d" />
|
||
|
<corners android:radius="22.0dip" />
|
||
|
</shape>
|