5 lines
176 B
XML
5 lines
176 B
XML
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:shape="rectangle" >
|
||
|
<solid android:color="#000"/>
|
||
|
<corners android:radius="7dp"/>
|
||
|
</shape>
|