mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-13 18:52:20 +00:00
9 lines
338 B
XML
9 lines
338 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<solid android:color="@android:color/white" />
|
|
<corners android:radius="16dp"/>
|
|
<padding android:left="16dp" android:top="16dp"
|
|
android:right="16dp" android:bottom="16dp"/>
|
|
</shape>
|