activity_claim_payment.xml

This commit is contained in:
hotmauligracia
2025-03-04 19:43:47 +07:00
parent a078961546
commit 2f07f42167
7 changed files with 334 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<resources>
<!-- Base application theme. -->
<style name="Theme.Ecommerce_serang" parent="Theme.Material3.Light.NoActionBar">
<style name="Theme.Ecommerce_serang" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your light theme here. -->
<item name="colorPrimary">@color/blue_500</item>
<item name="colorPrimaryDark">@color/white</item>
@ -150,6 +150,7 @@
<style name="button.large.active">
<item name="android:background">@drawable/bg_button_active</item>
<item name="android:textColor">@color/white</item>
</style>
<style name="button.large.active.long">
@ -170,6 +171,7 @@
<style name="button.large.secondary">
<item name="android:background">@drawable/bg_button_secondary</item>
<item name="android:textColor">@color/blue_500</item>
</style>
<style name="button.large.secondary.long">
@ -190,6 +192,7 @@
<style name="button.large.disabled">
<item name="android:background">@drawable/bg_button_disabled</item>
<item name="android:textColor">@color/black_300</item>
</style>
<style name="button.large.disabled.long">
@ -216,6 +219,7 @@
<style name="button.small.active">
<item name="android:background">@drawable/bg_button_active</item>
<item name="android:textColor">@color/white</item>
</style>
<style name="button.small.active.long">
@ -236,6 +240,7 @@
<style name="button.small.secondary">
<item name="android:background">@drawable/bg_button_secondary</item>
<item name="android:textColor">@color/blue_500</item>
</style>
<style name="button.small.secondary.long">
@ -256,6 +261,7 @@
<style name="button.small.disabled">
<item name="android:background">@drawable/bg_button_disabled</item>
<item name="android:textColor">@color/black_300</item>
</style>
<style name="button.small.disabled.long">