diff --git a/app/src/main/res/layout/item_blocked_user.xml b/app/src/main/res/layout/item_blocked_user.xml
index 90c7f56e..2c2aa87a 100644
--- a/app/src/main/res/layout/item_blocked_user.xml
+++ b/app/src/main/res/layout/item_blocked_user.xml
@@ -11,11 +11,21 @@
android:padding="@dimen/status_avatar_padding"
android:layout_alignParentLeft="true" />
+
+
+ android:layout_toRightOf="@id/blocked_user_avatar"
+ android:layout_toLeftOf="@id/blocked_user_unblock">
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/item_follow.xml b/app/src/main/res/layout/item_follow.xml
index ddc9a0ca..4f732fb4 100644
--- a/app/src/main/res/layout/item_follow.xml
+++ b/app/src/main/res/layout/item_follow.xml
@@ -42,14 +42,25 @@
android:layout_height="64dp"
android:id="@+id/notification_avatar"
android:scaleType="fitCenter"
- android:padding="@dimen/status_avatar_padding"
+ android:paddingLeft="@dimen/status_avatar_padding"
+ android:paddingRight="@dimen/status_avatar_padding"
+ android:paddingBottom="@dimen/status_avatar_padding"
android:layout_alignParentLeft="true" />
+
+
+ android:layout_toRightOf="@id/notification_avatar"
+ android:layout_toLeftOf="@id/notification_follow_button">
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/item_report_status.xml b/app/src/main/res/layout/item_report_status.xml
index 6f9ab255..8a0e4249 100644
--- a/app/src/main/res/layout/item_report_status.xml
+++ b/app/src/main/res/layout/item_report_status.xml
@@ -11,17 +11,11 @@
android:layout_weight="1"
android:padding="8dp" />
-
-
-
-
-
+ android:layout_height="wrap_content"
+ android:id="@+id/report_status_check_box"
+ android:layout_gravity="center_vertical"
+ android:layout_margin="16dp" />
\ No newline at end of file