diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-08-14 06:55:44 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-08-14 06:55:44 +0000 |
commit | 633ccc7f7d72072dd83a5960d06d8dd58f9dbe00 (patch) | |
tree | 5524a7b58c90ec96a7fe281e355532891197dc55 /app/src/main/res/layout/item_post_detail_gallery.xml | |
parent | 97dcc263e309d02d051d394e986442fe46ec6253 (diff) | |
download | infinity-for-reddit-633ccc7f7d72072dd83a5960d06d8dd58f9dbe00.tar infinity-for-reddit-633ccc7f7d72072dd83a5960d06d8dd58f9dbe00.tar.gz infinity-for-reddit-633ccc7f7d72072dd83a5960d06d8dd58f9dbe00.tar.bz2 infinity-for-reddit-633ccc7f7d72072dd83a5960d06d8dd58f9dbe00.tar.lz infinity-for-reddit-633ccc7f7d72072dd83a5960d06d8dd58f9dbe00.tar.xz infinity-for-reddit-633ccc7f7d72072dd83a5960d06d8dd58f9dbe00.tar.zst infinity-for-reddit-633ccc7f7d72072dd83a5960d06d8dd58f9dbe00.zip |
Fix post content is not parsed in other types of posts.
Diffstat (limited to 'app/src/main/res/layout/item_post_detail_gallery.xml')
-rw-r--r-- | app/src/main/res/layout/item_post_detail_gallery.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/layout/item_post_detail_gallery.xml b/app/src/main/res/layout/item_post_detail_gallery.xml index a73e1965..dbdd849e 100644 --- a/app/src/main/res/layout/item_post_detail_gallery.xml +++ b/app/src/main/res/layout/item_post_detail_gallery.xml @@ -320,6 +320,16 @@ </androidx.constraintlayout.widget.ConstraintLayout> + <androidx.recyclerview.widget.RecyclerView + android:id="@+id/content_markdown_view_item_post_detail_gallery" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_marginTop="8dp" + android:layout_marginStart="8dp" + android:layout_marginEnd="8dp" + android:visibility="gone" + android:nestedScrollingEnabled="false" /> + <androidx.constraintlayout.widget.ConstraintLayout android:id="@+id/bottom_constraint_layout_item_post_detail_gallery" android:layout_width="match_parent" |