mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-16 19:57:25 +00:00
8 lines
286 B
XML
8 lines
286 B
XML
<?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> |