From fe82d159633f0056e50db8b59da6df90082322bc Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 23 Oct 2020 20:37:35 +0800 Subject: Rename PostGalleryTypeViewHolder to PostWithPreviewTypeViewHolder. --- app/src/main/res/layout/item_post_gallery.xml | 373 --------------------- app/src/main/res/layout/item_post_with_preview.xml | 373 +++++++++++++++++++++ 2 files changed, 373 insertions(+), 373 deletions(-) delete mode 100644 app/src/main/res/layout/item_post_gallery.xml create mode 100644 app/src/main/res/layout/item_post_with_preview.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/item_post_gallery.xml b/app/src/main/res/layout/item_post_gallery.xml deleted file mode 100644 index dbe3cc28..00000000 --- a/app/src/main/res/layout/item_post_gallery.xml +++ /dev/null @@ -1,373 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/item_post_with_preview.xml b/app/src/main/res/layout/item_post_with_preview.xml new file mode 100644 index 00000000..b57867df --- /dev/null +++ b/app/src/main/res/layout/item_post_with_preview.xml @@ -0,0 +1,373 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3