Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Last active September 18, 2023 10:45
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/a78e1be22ee3ed42563bb7cec05c393c to your computer and use it in GitHub Desktop.
Save codeforfun-jp/a78e1be22ee3ed42563bb7cec05c393c to your computer and use it in GitHub Desktop.
Java Quiz - 2023 - 2
<Button
android:id="@+id/answerBtn1"
android:layout_width="300dp"
android:layout_height="60dp"
android:text="選択肢"
android:layout_marginTop="80dp"
style="@style/Widget.Material3.Button.OutlinedButton" />
<Button
android:id="@+id/answerBtn2"
android:layout_width="300dp"
android:layout_height="60dp"
android:text="選択肢"
android:layout_marginTop="6dp"
style="@style/Widget.Material3.Button.OutlinedButton" />
<Button
android:id="@+id/answerBtn3"
android:layout_width="300dp"
android:layout_height="60dp"
android:text="選択肢"
android:layout_marginTop="6dp"
style="@style/Widget.Material3.Button.OutlinedButton" />
<Button
android:id="@+id/answerBtn4"
android:layout_width="300dp"
android:layout_height="60dp"
android:text="選択肢"
android:layout_marginTop="6dp"
style="@style/Widget.Material3.Button.OutlinedButton" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment