diff --git a/TempleApp/src/main/res/layout/delete_data.xml b/TempleApp/src/main/res/layout/delete_data.xml
index 2be5c1b..2b70002 100644
--- a/TempleApp/src/main/res/layout/delete_data.xml
+++ b/TempleApp/src/main/res/layout/delete_data.xml
@@ -1,64 +1,67 @@
-
-
-
-
+
+ android:layout_height="match_parent"
+ android:orientation="vertical">
-
+ android:layout_height="wrap_content">
-
+ android:layout_margin="20dp"
+ android:orientation="vertical">
-
-
-
+
-
+
+
+
-
+ android:layout_height="match_parent"
+ android:visibility="gone">
+
+
-
+
-
+
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/TempleApp/src/main/res/layout/read_data.xml b/TempleApp/src/main/res/layout/read_data.xml
index 748afc4..e63343d 100644
--- a/TempleApp/src/main/res/layout/read_data.xml
+++ b/TempleApp/src/main/res/layout/read_data.xml
@@ -1,133 +1,137 @@
+
-
-
-
+ android:layout_height="match_parent"
+ android:orientation="vertical">
-
+ android:layout_height="wrap_content">
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ android:layout_below="@+id/uid"
+ android:layout_centerHorizontal="true"
+ android:layout_marginTop="25dp"
+ android:text="@string/find" />
-
-
-
+ android:layout_centerVertical="true"
+ android:layout_toEndOf="@+id/insert_btn"
+ android:layout_toRightOf="@+id/insert_btn" />
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file