diff options
Diffstat (limited to 'app/src/main/res/layout/item_comment.xml')
-rw-r--r-- | app/src/main/res/layout/item_comment.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml index d4874801..1e4740eb 100644 --- a/app/src/main/res/layout/item_comment.xml +++ b/app/src/main/res/layout/item_comment.xml @@ -217,14 +217,14 @@ </androidx.constraintlayout.widget.ConstraintLayout> + <View + android:id="@+id/divider_item_comment" + android:layout_width="match_parent" + android:layout_height="1dp" + android:visibility="gone" /> + </LinearLayout> </LinearLayout> - <View - android:id="@+id/divider_item_comment" - android:layout_width="match_parent" - android:layout_height="1dp" - android:visibility="gone" /> - </LinearLayout>
\ No newline at end of file |