maxkeppeler / sheets

⭐ ‎‎‎‏‏‎ ‎Offers a range of beautiful sheets (dialogs & bottom sheets) for quick use in your project. Includes many ways to customize sheets.
https://maxkeppeler.github.io/sheets/
Apache License 2.0
921 stars 77 forks source link

How to set Negative and Positive text with diff color #104

Closed EHG613 closed 2 years ago

EHG613 commented 2 years ago

How to set Negative and Positive text with diff color ? Need help!

EHG613 commented 2 years ago
image
maxkeppeler commented 2 years ago

It was still missing. I just added some ways to change the colors. Either through your styles.xml or for each sheet individually.

Styles:

    <item name="sheetsNegativeButtonColor">color<item>
    <item name="sheetsPositiveButtonColor">color<item>

On each Sheet:

positiveButtonColor()
positiveButtonColorRes()
negativeButtonColor()
negativeButtonColorRes() 

Will be included in the next version 2.2.7