diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml
index 1e4740eb..99572612 100644
--- a/app/src/main/res/layout/item_comment.xml
+++ b/app/src/main/res/layout/item_comment.xml
@@ -3,227 +3,219 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:background="?attr/cardViewBackgroundColor">
+ android:layout_height="wrap_content">
+
+
+ android:layout_height="wrap_content"
+ android:layout_marginTop="12dp"
+ android:orientation="vertical"
+ android:animateLayoutChanges="true">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ android:paddingStart="16dp"
+ android:paddingEnd="16dp">
+
+
+
+
+
+
+ app:barrierDirection="start"
+ app:constraint_referenced_ids="top_score_text_view_item_post_comment" />
-
+
+
+
+
+
+
+
+
+ android:padding="8dp"
+ android:background="?actionBarItemBackground"
+ android:clickable="true"
+ android:focusable="true"
+ android:src="@drawable/ic_arrow_upward_grey_24dp"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintBottom_toBottomOf="parent" />
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
-
+