button meaning code example
Example 1: button
<androidx.appcompat.widget.AppCompatButton
android:text="ok"
android:id="@+id/appcompatbutton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="150dp"/>
Example 2: button
<androidx.appcompat.widget.AppCompatButton