aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-04-25 16:28:47 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-04-25 16:28:47 +0000
commitca4db1f582672369be64881389bd4bd28aa1cae3 (patch)
treeb546e969ec476d4fc55b4da13bdba38bd124c2d5
parentfceb1f458536ecc06adc2613c0b53b3e574226a3 (diff)
downloadinfinity-for-reddit-ca4db1f582672369be64881389bd4bd28aa1cae3.tar
infinity-for-reddit-ca4db1f582672369be64881389bd4bd28aa1cae3.tar.gz
infinity-for-reddit-ca4db1f582672369be64881389bd4bd28aa1cae3.tar.bz2
infinity-for-reddit-ca4db1f582672369be64881389bd4bd28aa1cae3.tar.lz
infinity-for-reddit-ca4db1f582672369be64881389bd4bd28aa1cae3.tar.xz
infinity-for-reddit-ca4db1f582672369be64881389bd4bd28aa1cae3.tar.zst
infinity-for-reddit-ca4db1f582672369be64881389bd4bd28aa1cae3.zip
Change divider hierachy in item_comment.xml
-rw-r--r--app/src/main/res/layout/item_comment.xml12
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