Button is a user interface that is used to perform some action when clicked or tapped
Example of Button
<Button
android:id="@+id/btnSave"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:singleLine="true"
android:text="Save"
android:textSize="14sp" />

No comments:
Post a Comment