6 lines
182 B
XML
6 lines
182 B
XML
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<solid android:color="#F0F0F0" />
|
|
<corners android:radius="16dp" />
|
|
</shape>
|