Chats - WhatsApp Direct Chat without saving number

Button

Android Button Example


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" />

Post a Comment

Previous Post Next Post