mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-12 18:22:22 +00:00
16 lines
476 B
XML
16 lines
476 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:top="-6dp"
|
|
android:left="-6dp"
|
|
android:right="-6dp"
|
|
android:bottom="0dp">
|
|
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="@color/white"/>
|
|
<stroke
|
|
android:width="1dp"
|
|
android:color="@color/black_50"/>
|
|
</shape>
|
|
</item>
|
|
</layer-list> |