diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index b7a9109..5e015c7 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -29,7 +29,7 @@
+ android:theme="@style/Theme.MyRealEstateAgency.NoActionBar">
+
+
+ app:layout_constraintTop_toBottomOf="@+id/toolbarDisconnect" />
+ app:layout_constraintStart_toStartOf="parent" />
\ No newline at end of file
diff --git a/app/src/main/res/menu/item_disconnect.xml b/app/src/main/res/menu/item_disconnect.xml
new file mode 100644
index 0000000..828c9e8
--- /dev/null
+++ b/app/src/main/res/menu/item_disconnect.xml
@@ -0,0 +1,9 @@
+
+
\ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index cd384bf..7eb26fc 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -13,6 +13,7 @@
Surface
Statue
Date of Sold
+ Disconnect
Latitude
Longitude
Cannot add the property
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index 8aa3541..72b611a 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -12,4 +12,12 @@
- ?attr/colorPrimaryVariant
+
+
+
+
+
\ No newline at end of file