app keeps stopping
approach:check Logcat to locate issue reason1: used ScrollView within FrameLayout -> ScrollView outside the FrameLayout reason2: used com.google.android.material.button.MaterialButton -> use button
view cannot be centered
approach1: change layout_width of view from match_parent to wrap_content