diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2023-11-25 03:13:51 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2023-11-25 03:13:51 +0000 |
commit | d0430e6842af66a30786200714e32f9125e67127 (patch) | |
tree | 2542b93b2b2b05058382e489369c98876a2399db /app/src/main/res/layout | |
parent | 56dd0a9acb6f5eeb18c337a83a1b49569071564e (diff) | |
download | infinity-for-reddit-d0430e6842af66a30786200714e32f9125e67127.tar infinity-for-reddit-d0430e6842af66a30786200714e32f9125e67127.tar.gz infinity-for-reddit-d0430e6842af66a30786200714e32f9125e67127.tar.bz2 infinity-for-reddit-d0430e6842af66a30786200714e32f9125e67127.tar.lz infinity-for-reddit-d0430e6842af66a30786200714e32f9125e67127.tar.xz infinity-for-reddit-d0430e6842af66a30786200714e32f9125e67127.tar.zst infinity-for-reddit-d0430e6842af66a30786200714e32f9125e67127.zip |
Remove some markdown processing related to inline gifs. Remove awards related stuff.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/item_comment.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml index 6c981463..c7c499be 100644 --- a/app/src/main/res/layout/item_comment.xml +++ b/app/src/main/res/layout/item_comment.xml @@ -124,18 +124,6 @@ </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" - android:textSize="?attr/font_default" - android:fontFamily="?attr/font_family" - tools:visibility="visible" /> - <androidx.recyclerview.widget.RecyclerView android:id="@+id/comment_markdown_view_item_post_comment" android:layout_width="match_parent" |