Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created December 1, 2021 06:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeforfun-jp/7480a2bdd3c4be81838f1b270bc76844 to your computer and use it in GitHub Desktop.
Save codeforfun-jp/7480a2bdd3c4be81838f1b270bc76844 to your computer and use it in GitHub Desktop.
Android Quiz App Kotlin 2-2
<TextView
android:id="@+id/countLabel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Q1"
android:textSize="22sp" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment