diff --git a/.idea/misc.xml b/.idea/misc.xml
index c59d7c2..0d1cc0d 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -48,10 +48,12 @@
+
+
diff --git a/app/src/main/res/layout/activity_follow_list.xml b/app/src/main/res/layout/activity_follow_list.xml
index e269aec..84c25ab 100644
--- a/app/src/main/res/layout/activity_follow_list.xml
+++ b/app/src/main/res/layout/activity_follow_list.xml
@@ -5,11 +5,12 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
-
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_follower_list.xml b/app/src/main/res/layout/activity_follower_list.xml
index de04485..4fe89dd 100644
--- a/app/src/main/res/layout/activity_follower_list.xml
+++ b/app/src/main/res/layout/activity_follower_list.xml
@@ -5,11 +5,12 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
-
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_invite.xml b/app/src/main/res/layout/activity_invite.xml
index 078cc4a..c6e8541 100644
--- a/app/src/main/res/layout/activity_invite.xml
+++ b/app/src/main/res/layout/activity_invite.xml
@@ -11,6 +11,8 @@
android:id="@+id/list_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:divider="@color/white"
+ android:dividerHeight="16dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintLeft_toLeftOf="parent"
diff --git a/app/src/main/res/layout/follow_or_follower_list.xml b/app/src/main/res/layout/follow_or_follower_list.xml
index c9a7cfa..0be5af4 100644
--- a/app/src/main/res/layout/follow_or_follower_list.xml
+++ b/app/src/main/res/layout/follow_or_follower_list.xml
@@ -1,15 +1,30 @@
-
-
+ android:layout_height="wrap_content"
+ android:paddingTop="10dp"
+ android:paddingBottom="10dp"
+ android:paddingRight="7dp"
+ android:paddingLeft="7dp"
+ android:orientation="horizontal"
+ android:background="@drawable/flame_edit_list">
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_edit.xml b/app/src/main/res/layout/fragment_edit.xml
index b05cdd7..147d86b 100644
--- a/app/src/main/res/layout/fragment_edit.xml
+++ b/app/src/main/res/layout/fragment_edit.xml
@@ -9,29 +9,19 @@
android:paddingTop="0dp"
tools:context=".views.main_menu_ui.edit.EditFragment">
-
-
-
-
+ android:layout_height="match_parent"
+ android:divider="@color/white"
+ android:dividerHeight="16dp"
+ android:padding="16dp"
+ android:clipToPadding="false"
+ app:layout_constraintBottom_toBottomOf="parent"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintHorizontal_bias="0.0"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toBottomOf="@+id/linearLayout"
+ app:layout_constraintVertical_bias="0.47" />
\ No newline at end of file