mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-13 18:52:20 +00:00
9 lines
308 B
XML
9 lines
308 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="@color/white" />
|
|
<corners android:radius="5dp" />
|
|
<stroke
|
|
android:width="1dp"
|
|
android:color="@color/black_100" />
|
|
</shape> |