mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-16 03:47:24 +00:00
add complaint (in dialog)
This commit is contained in:
@ -7,4 +7,22 @@
|
||||
<item name="android:padding">12dp</item>
|
||||
<!-- Add more style attributes as needed -->
|
||||
</style>
|
||||
|
||||
<style name="RoundedBorderStyle">
|
||||
<!-- This style can be applied to views -->
|
||||
<!-- <item name="android:background">@drawable/bg_button_outline</item>-->
|
||||
<item name="strokeColor">@color/blue_500</item>
|
||||
<item name="strokeWidth">2dp</item>
|
||||
<item name="cornerRadius">8dp</item>
|
||||
<item name="backgroundTint">@android:color/transparent</item>
|
||||
</style>
|
||||
|
||||
<style name="RoundedBorderStyleFilled">
|
||||
<!-- This style can be applied to views -->
|
||||
<!-- <item name="android:background">@drawable/bg_button_outline</item>-->
|
||||
<item name="strokeColor">@color/blue_500</item>
|
||||
<item name="strokeWidth">2dp</item>
|
||||
<item name="cornerRadius">8dp</item>
|
||||
<item name="backgroundTint">@color/blue_500</item>
|
||||
</style>
|
||||
</resources>
|
Reference in New Issue
Block a user