mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-14 02:52:22 +00:00
activity_claim_payment.xml
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user