Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created October 24, 2024 00:30
Show Gist options
  • Save codeforfun-jp/c5d5c2a43e9eac571aa21cdeab464ce0 to your computer and use it in GitHub Desktop.
Save codeforfun-jp/c5d5c2a43e9eac571aa21cdeab464ce0 to your computer and use it in GitHub Desktop.
[Kotlin Quiz ver2] 2-3
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