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.