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
MaterialButton manages its own background to control elevation, shape, color and states. Consider using backgroundTint, shapeAppearance and other attributes where available. A custom background will ignore these attributes and you should consider handling interaction states such as pressed, focused and disabled
Could you explain please, why don't you use xml backgroundTint or shapeAppearance to save some native button behaviour?
The text was updated successfully, but these errors were encountered:
MaterialButton manages its own background to control elevation, shape, color and states. Consider using backgroundTint, shapeAppearance and other attributes where available. A custom background will ignore these attributes and you should consider handling interaction states such as pressed, focused and disabled
Could you explain please, why don't you use xml backgroundTint or shapeAppearance to save some native button behaviour?
The text was updated successfully, but these errors were encountered: