-
-
Save codeforfun-jp/8a06615d8706662bc2fcd4633eab0000 to your computer and use it in GitHub Desktop.
[Kotlin Quiz ver2] 2-4
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:layout_marginTop="60dp" /> | |
<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" /> | |
</LinearLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment