Skip to content

Instantly share code, notes, and snippets.

@alohaabhi
Created March 29, 2023 07:56
Show Gist options
  • Save alohaabhi/5ac1e0eed8aa16e63d5a5d48c47d06e5 to your computer and use it in GitHub Desktop.
Save alohaabhi/5ac1e0eed8aa16e63d5a5d48c47d06e5 to your computer and use it in GitHub Desktop.
<TextView
android:id="@+id/counterText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:text="The count is 100"/>
<Button
android:id="@+id/incrementButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hit"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment