7 lines
276 B
XML
7 lines
276 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<corners android:radius="2dp"/>
|
|
<size android:width="300dp" android:height="50dp"/>
|
|
<stroke android:color="@color/colorD0d0d0" android:width="1dp"/>
|
|
|
|
</shape> |