mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-20 06:09:19 +00:00
12 lines
315 B
XML
12 lines
315 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<solid android:color="?attr/colorPrimary" />
|
|
|
|
<corners android:radius="8dp" />
|
|
|
|
<padding android:top="4dp" android:bottom="4dp" />
|
|
|
|
<size android:width="8dp" android:height="52dp" />
|
|
|
|
</shape> |