mohamad ayj
11/18/2024, 12:48 AM<com.google.android.material.button.MaterialButton
android:id="@+id/logScrLoginButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/custom_shape_blue" />
can anyone help me override the color of the material button?Shubham Singh
12/13/2024, 2:35 PMapp:backgroundTint
instead of android:background
Ref: https://github.com/material-components/material-components-android/blob/master/docs/components/Button.md#container-attributes-1