From b9893c6d145f91081c36a73cfc42120b6762cd0b Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 13 Dec 2019 18:08:47 +0800 Subject: Show MultiReddits list. --- .../res/layout/activity_multi_reddit_listing.xml | 65 ++++++++++++++++++++++ app/src/main/res/layout/item_multi_reddit.xml | 33 +++++++++++ 2 files changed, 98 insertions(+) create mode 100644 app/src/main/res/layout/activity_multi_reddit_listing.xml create mode 100644 app/src/main/res/layout/item_multi_reddit.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_multi_reddit_listing.xml b/app/src/main/res/layout/activity_multi_reddit_listing.xml new file mode 100644 index 00000000..73bf93ad --- /dev/null +++ b/app/src/main/res/layout/activity_multi_reddit_listing.xml @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_multi_reddit.xml b/app/src/main/res/layout/item_multi_reddit.xml new file mode 100644 index 00000000..6a8723d2 --- /dev/null +++ b/app/src/main/res/layout/item_multi_reddit.xml @@ -0,0 +1,33 @@ + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3