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