AIDE Tutorial - 6.2 Round Corner Button
Watch the video below
Main xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center" >
<Button
android:background="@drawable/round_corner_button"
...