diff --git a/app/src/main/res/layout/fragment_setting.xml b/app/src/main/res/layout/fragment_setting.xml
index 627400d..8281437 100644
--- a/app/src/main/res/layout/fragment_setting.xml
+++ b/app/src/main/res/layout/fragment_setting.xml
@@ -1,14 +1,21 @@
-
+ android:orientation="vertical"
+ tools:context=".SettingFragment" >
-
-
+ android:layout_height="wrap_content"
+ android:text="QRコード印刷" />
-
\ No newline at end of file
+
+
+
\ No newline at end of file