mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-13 02:32:22 +00:00
fix bug material3 bottomview
This commit is contained in:
8
app/src/main/res/drawable/bg_button_active.xml
Normal file
8
app/src/main/res/drawable/bg_button_active.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/blue_500" />
|
||||
<corners android:radius="5dp" />
|
||||
|
||||
</shape>
|
8
app/src/main/res/drawable/bg_button_disabled.xml
Normal file
8
app/src/main/res/drawable/bg_button_disabled.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/black_100" />
|
||||
<corners android:radius="5dp" />
|
||||
|
||||
</shape>
|
8
app/src/main/res/drawable/bg_button_secondary.xml
Normal file
8
app/src/main/res/drawable/bg_button_secondary.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">
|
||||
<corners android:radius="5dp" />
|
||||
<stroke
|
||||
android:width="2dp"
|
||||
android:color="@color/blue_500" />
|
||||
</shape>
|
16
app/src/main/res/drawable/bg_header.xml
Normal file
16
app/src/main/res/drawable/bg_header.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:top="-6dp"
|
||||
android:left="-6dp"
|
||||
android:right="-6dp"
|
||||
android:bottom="0dp">
|
||||
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/white"/>
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/black_50"/>
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
BIN
app/src/main/res/drawable/ic_arrow_back.png
Normal file
BIN
app/src/main/res/drawable/ic_arrow_back.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 575 B |
BIN
app/src/main/res/drawable/ic_more_vertical.png
Normal file
BIN
app/src/main/res/drawable/ic_more_vertical.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 460 B |
BIN
app/src/main/res/drawable/ic_navigate_next.png
Normal file
BIN
app/src/main/res/drawable/ic_navigate_next.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 391 B |
BIN
app/src/main/res/drawable/placeholder_image.jpeg
Normal file
BIN
app/src/main/res/drawable/placeholder_image.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.3 KiB |
Reference in New Issue
Block a user