You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -79,7 +79,7 @@ You can change UI with this configuration.
79
79
-`Gravity.START`
80
80
- etc.
81
81
- Change Button Background Color
82
-
-`.setButtonColor(R.color.amber_200)` you can use this only if you use `.setButtonStyle(ButtonStyle.ButtonContained)`
82
+
-`.setButtonColor(getResources().getColor(R.color.colorPrimary))` or `.setButtonColor(Color.parseColor("#03DAC5"))` you can use this only if you use `.setButtonStyle(ButtonStyle.ButtonContained)`
83
83
- Disable Text All Caps On Button
84
84
-`.setButtonAllCaps(false)` default value is true.
@@ -74,7 +74,7 @@ You can change UI with this configuration.
74
74
-`Gravity.START`
75
75
- etc.
76
76
- Change Button Background Color
77
-
-`.setButtonColor(R.color.amber_200)` you can use this only if you use `.setButtonStyle(ButtonStyle.ButtonContained)`
77
+
-`.setButtonColor(getResources().getColor(R.color.colorPrimary))` or `.setButtonColor(Color.parseColor("#03DAC5"))` you can use this only if you use `.setButtonStyle(ButtonStyle.ButtonContained)`
78
78
- Disable Text All Caps On Button
79
79
-`.setButtonAllCaps(false)` default value is true.
@@ -79,7 +79,7 @@ You can change UI with this configuration.
79
79
-`Gravity.START`
80
80
- etc.
81
81
- Change Button Background Color
82
-
-`.setButtonColor(R.color.amber_200)` you can use this only if you use `.setButtonStyle(ButtonStyle.ButtonContained)`
82
+
-`.setButtonColor(getResources().getColor(R.color.colorPrimary))` or `.setButtonColor(Color.parseColor("#03DAC5"))` you can use this only if you use `.setButtonStyle(ButtonStyle.ButtonContained)`
83
83
- Disable Text All Caps On Button
84
84
-`.setButtonAllCaps(false)` default value is true.
0 commit comments