diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-04-16 13:50:25 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-04-16 13:50:25 +0000 |
commit | 504b005cf7b9d9881b6780ede5f75b7bcf2c6cd2 (patch) | |
tree | ac780db880c054fb70970a156b37ebb10619df62 /app/src/main/res/layout/item_comment.xml | |
parent | f0125edd233bb433c2d59cc04144be1e4a65bd0e (diff) | |
download | infinity-for-reddit-504b005cf7b9d9881b6780ede5f75b7bcf2c6cd2.tar infinity-for-reddit-504b005cf7b9d9881b6780ede5f75b7bcf2c6cd2.tar.gz infinity-for-reddit-504b005cf7b9d9881b6780ede5f75b7bcf2c6cd2.tar.bz2 infinity-for-reddit-504b005cf7b9d9881b6780ede5f75b7bcf2c6cd2.tar.lz infinity-for-reddit-504b005cf7b9d9881b6780ede5f75b7bcf2c6cd2.tar.xz infinity-for-reddit-504b005cf7b9d9881b6780ede5f75b7bcf2c6cd2.tar.zst infinity-for-reddit-504b005cf7b9d9881b6780ede5f75b7bcf2c6cd2.zip |
Show awards for comments.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/layout/item_comment.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml index 25ef83df..3a0505d2 100644 --- a/app/src/main/res/layout/item_comment.xml +++ b/app/src/main/res/layout/item_comment.xml @@ -100,6 +100,15 @@ </androidx.constraintlayout.widget.ConstraintLayout> <TextView + android:id="@+id/awards_text_view_item_comment" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginTop="8dp" + android:paddingStart="16dp" + android:paddingEnd="16dp" + android:visibility="gone" /> + + <TextView android:id="@+id/comment_markdown_view_item_post_comment" android:layout_width="match_parent" android:layout_height="wrap_content" |