diff --git a/app/src/main/res/layout/fragment_setting.xml b/app/src/main/res/layout/fragment_setting.xml
index 8281437..9512a11 100644
--- a/app/src/main/res/layout/fragment_setting.xml
+++ b/app/src/main/res/layout/fragment_setting.xml
@@ -4,18 +4,21 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
- tools:context=".SettingFragment" >
+ tools:context=".SettingFragment"
+ android:padding="16dp">
+ android:text="QRコード印刷"
+ android:layout_marginVertical="8dp"/>
+ android:text="Bluetooth設定"
+ android:layout_marginVertical="8dp"/>
\ No newline at end of file