79199045

Date: 2024-11-18 07:33:35
Score: 0.5
Natty:
Report link
Use <com.google.android.material.button.MaterialButton  button for rounded button with border. and also use

app:strokeColor="@color/color_E0E6F9"
app:strokeWidth="0.5dp"
app:cornerRadius="8dp"


these properties for round corner and border of button.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Devesh Kumawat