Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Last active March 4, 2023 00:58
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/66bef53995d7465eba06b041afe67650 to your computer and use it in GitHub Desktop.
Save codeforfun-jp/66bef53995d7465eba06b041afe67650 to your computer and use it in GitHub Desktop.
Java Quiz - 2023 - 2
<TextView
android:id="@+id/questionLabel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="問題文"
android:textSize="24sp"
android:layout_marginTop="60dp"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment