mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-12 18:22:22 +00:00
button and toko saya activity
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>
|
Reference in New Issue
Block a user