mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-05-21 08:09:56 +00:00
7 lines
302 B
XML
7 lines
302 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="?android:colorBackground" />
|
|
<corners
|
|
android:topLeftRadius="@dimen/shape_large_corner"
|
|
android:topRightRadius="@dimen/shape_large_corner" />
|
|
</shape> |