mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-17 15:50:10 +00:00
ui update sells
This commit is contained in:
8
app/src/main/res/drawable/shape_sells_title.xml
Normal file
8
app/src/main/res/drawable/shape_sells_title.xml
Normal 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>
|
Reference in New Issue
Block a user