From 2b6f04a283c755f5f3b60d7585a9136e1a8bd491 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sun, 4 Oct 2020 16:55:19 +0800 Subject: Random post and subreddit is available. --- .../activity_fetch_random_subreddit_or_post.xml | 19 +++++ .../res/layout/fragment_random_bottom_sheet.xml | 83 ++++++++++++++++++++++ 2 files changed, 102 insertions(+) create mode 100644 app/src/main/res/layout/activity_fetch_random_subreddit_or_post.xml create mode 100644 app/src/main/res/layout/fragment_random_bottom_sheet.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_fetch_random_subreddit_or_post.xml b/app/src/main/res/layout/activity_fetch_random_subreddit_or_post.xml new file mode 100644 index 00000000..501d2694 --- /dev/null +++ b/app/src/main/res/layout/activity_fetch_random_subreddit_or_post.xml @@ -0,0 +1,19 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_random_bottom_sheet.xml b/app/src/main/res/layout/fragment_random_bottom_sheet.xml new file mode 100644 index 00000000..3d7e2bb9 --- /dev/null +++ b/app/src/main/res/layout/fragment_random_bottom_sheet.xml @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3