diff --git a/app/src/main/res/layout/fragment_setting.xml b/app/src/main/res/layout/fragment_setting.xml
index 44bbfaf..572b6b6 100644
--- a/app/src/main/res/layout/fragment_setting.xml
+++ b/app/src/main/res/layout/fragment_setting.xml
@@ -1,56 +1,73 @@
-
-
-
-
-
-
-
-
-
+ android:padding="16dp"
+ tools:context=".SettingFragment">
+ android:layout_height="wrap_content"
+ android:orientation="vertical"
+ app:layout_constraintBottom_toBottomOf="parent"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toTopOf="parent">
+
+
+
+
+ android:layout_marginTop="120dp"
+ android:layout_marginBottom="20dp"
+ android:text="Bluetooth設定" />
+
+
+
-
\ No newline at end of file
+
+
+
+
+
+
+
+
\ No newline at end of file