From b1c6223233ea38cfcfbb2a7505a33364f8ce9922 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Mon, 13 Jul 2020 23:54:15 +0800 Subject: Probably fix app crashes when loading large images in CommentAndPostRecyclerViewAdapter. --- .../res/layout/item_post_detail_gif_autoplay.xml | 328 -------------------- app/src/main/res/layout/item_post_detail_image.xml | 329 --------------------- .../item_post_detail_image_and_gif_autoplay.xml | 328 ++++++++++++++++++++ 3 files changed, 328 insertions(+), 657 deletions(-) delete mode 100644 app/src/main/res/layout/item_post_detail_gif_autoplay.xml delete mode 100644 app/src/main/res/layout/item_post_detail_image.xml create mode 100644 app/src/main/res/layout/item_post_detail_image_and_gif_autoplay.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/item_post_detail_gif_autoplay.xml b/app/src/main/res/layout/item_post_detail_gif_autoplay.xml deleted file mode 100644 index 9a86fc1a..00000000 --- a/app/src/main/res/layout/item_post_detail_gif_autoplay.xml +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/item_post_detail_image.xml b/app/src/main/res/layout/item_post_detail_image.xml deleted file mode 100644 index be6dabfa..00000000 --- a/app/src/main/res/layout/item_post_detail_image.xml +++ /dev/null @@ -1,329 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/item_post_detail_image_and_gif_autoplay.xml b/app/src/main/res/layout/item_post_detail_image_and_gif_autoplay.xml new file mode 100644 index 00000000..ecf7cf38 --- /dev/null +++ b/app/src/main/res/layout/item_post_detail_image_and_gif_autoplay.xml @@ -0,0 +1,328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3