-
-
Save codeforfun-jp/66bef53995d7465eba06b041afe67650 to your computer and use it in GitHub Desktop.
Java Quiz - 2023 - 2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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