From 48a65a4b2fba95a1aa76250afefefdc9829fa653 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 15 Jul 2021 21:51:41 +0800 Subject: Implement RedditGallerySubmissionRecyclerViewAdapter. --- .../item_reddit_gallery_submission_add_image.xml | 5 ++++ .../item_reddit_gallery_submission_image.xml | 27 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 app/src/main/res/layout/item_reddit_gallery_submission_add_image.xml create mode 100644 app/src/main/res/layout/item_reddit_gallery_submission_image.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/item_reddit_gallery_submission_add_image.xml b/app/src/main/res/layout/item_reddit_gallery_submission_add_image.xml new file mode 100644 index 00000000..c9d3478e --- /dev/null +++ b/app/src/main/res/layout/item_reddit_gallery_submission_add_image.xml @@ -0,0 +1,5 @@ + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_reddit_gallery_submission_image.xml b/app/src/main/res/layout/item_reddit_gallery_submission_image.xml new file mode 100644 index 00000000..e10bb1f1 --- /dev/null +++ b/app/src/main/res/layout/item_reddit_gallery_submission_image.xml @@ -0,0 +1,27 @@ + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3