This commit is contained in:
ろむねこ 2024-01-17 17:22:46 +09:00
parent f9804c1569
commit 76bd76d915
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -4,18 +4,21 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical" android:orientation="vertical"
tools:context=".SettingFragment" > tools:context=".SettingFragment"
android:padding="16dp">
<Button <Button
android:id="@+id/button_print_qr" android:id="@+id/button_print_qr"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="QRコード印刷" /> android:text="QRコード印刷"
android:layout_marginVertical="8dp"/>
<Button <Button
android:id="@+id/button_bluetooth_setting" android:id="@+id/button_bluetooth_setting"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="Bluetooth設定" /> android:text="Bluetooth設定"
android:layout_marginVertical="8dp"/>
</LinearLayout> </LinearLayout>