ui update sells

This commit is contained in:
Gracia
2025-04-18 02:35:27 +07:00
parent 5a8ae5e12b
commit 98b9cd64b7
5 changed files with 302 additions and 2 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/darkblue_500" />
<corners
android:topRightRadius="4dp"
android:bottomRightRadius="4dp"/>
</shape>