-
-
Save codeforfun-jp/c5d5c2a43e9eac571aa21cdeab464ce0 to your computer and use it in GitHub Desktop.
[Kotlin Quiz ver2] 2-3
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
android:textSize="22sp" /> | |
<TextView | |
android:id="@+id/questionLabel" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:text="問題文" | |
android:textSize="24sp" | |
android:layout_marginTop="60dp" /> | |
</LinearLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment