From 83eea69459eb56c964f25b5565766108d8fc25d6 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Mon, 13 Jul 2020 00:24:25 +0800 Subject: Only use SubsamplingScaleImageView to load images in ViewHolders for image in PostRecyclerViewAdapter and CommentAndPostRecyclerViewAdapter. --- app/src/main/res/layout/item_post_image.xml | 329 ++++++++++++++++++++++++++++ 1 file changed, 329 insertions(+) create mode 100644 app/src/main/res/layout/item_post_image.xml (limited to 'app/src/main/res/layout/item_post_image.xml') diff --git a/app/src/main/res/layout/item_post_image.xml b/app/src/main/res/layout/item_post_image.xml new file mode 100644 index 00000000..2a1f8513 --- /dev/null +++ b/app/src/main/res/layout/item_post_image.xml @@ -0,0 +1,329 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3