diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-10-29 14:44:22 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-10-29 14:44:22 +0000 |
commit | eae6c24868be52b48b5e593f51e0488bf9263ef6 (patch) | |
tree | 1d6a06f40a2a9cf9714d1d34c6cd76ed6eb805dc /app/src/main/res/layout/item_comment.xml | |
parent | 36a06290ef08290c2ca3d1f58839fdb258fbad3c (diff) | |
download | infinity-for-reddit-eae6c24868be52b48b5e593f51e0488bf9263ef6.tar infinity-for-reddit-eae6c24868be52b48b5e593f51e0488bf9263ef6.tar.gz infinity-for-reddit-eae6c24868be52b48b5e593f51e0488bf9263ef6.tar.bz2 infinity-for-reddit-eae6c24868be52b48b5e593f51e0488bf9263ef6.tar.lz infinity-for-reddit-eae6c24868be52b48b5e593f51e0488bf9263ef6.tar.xz infinity-for-reddit-eae6c24868be52b48b5e593f51e0488bf9263ef6.tar.zst infinity-for-reddit-eae6c24868be52b48b5e593f51e0488bf9263ef6.zip |
Minor UI issue fixed.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/layout/item_comment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml index 377b5337..ae22e5e5 100644 --- a/app/src/main/res/layout/item_comment.xml +++ b/app/src/main/res/layout/item_comment.xml @@ -31,7 +31,7 @@ android:layout_height="?attr/font_default" android:layout_marginEnd="4dp" android:visibility="gone" - app:layout_constraintBottom_toBottomOf="@id/author_flair_text_view_item_post_comment" + app:layout_constraintBottom_toTopOf="@id/author_flair_text_view_item_post_comment" app:layout_constraintEnd_toStartOf="@id/author_text_view_item_post_comment" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> |