5 lines
209 B
XML
5 lines
209 B
XML
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="#f5f5f5" />
|
|
<corners android:radius="4dp" />
|
|
<stroke android:width="1dp" android:color="#e0e0e0" />
|
|
</shape> |