mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-12 18:22:22 +00:00
fetch store product
This commit is contained in:
6
app/src/main/res/drawable/bg_product_active.xml
Normal file
6
app/src/main/res/drawable/bg_product_active.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/blue_100" />
|
||||
<corners android:radius="3dp" />
|
||||
</shape>
|
6
app/src/main/res/drawable/bg_product_inactive.xml
Normal file
6
app/src/main/res/drawable/bg_product_inactive.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/black_100" />
|
||||
<corners android:radius="3dp" />
|
||||
</shape>
|
BIN
app/src/main/res/drawable/ic_search.png
Normal file
BIN
app/src/main/res/drawable/ic_search.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 820 B |
Reference in New Issue
Block a user