mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-16 19:57:25 +00:00
11 lines
348 B
XML
11 lines
348 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="#F5F5F5" />
|
|
<corners android:radius="20dp" />
|
|
<padding
|
|
android:bottom="8dp"
|
|
android:left="12dp"
|
|
android:right="12dp"
|
|
android:top="8dp" />
|
|
</shape> |