mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-15 03:49:19 +00:00
10 lines
224 B
XML
10 lines
224 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<solid
|
|
android:angle="0"
|
|
android:color="@null"/>
|
|
|
|
<corners android:radius="6dp" />
|
|
|
|
</shape> |