From e2fa6e5ecb933d8c3d82054969b987961b354dcf Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sun, 18 Jul 2021 22:26:02 +0800 Subject: Show trending searches in TrendingActivity. --- app/src/main/res/layout/activity_trending.xml | 42 +++++++++++++++ app/src/main/res/layout/item_trending_search.xml | 66 ++++++++++++++++++++++++ app/src/main/res/values/strings.xml | 1 + 3 files changed, 109 insertions(+) create mode 100644 app/src/main/res/layout/activity_trending.xml create mode 100644 app/src/main/res/layout/item_trending_search.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/activity_trending.xml b/app/src/main/res/layout/activity_trending.xml new file mode 100644 index 00000000..bdafaea5 --- /dev/null +++ b/app/src/main/res/layout/activity_trending.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_trending_search.xml b/app/src/main/res/layout/item_trending_search.xml new file mode 100644 index 00000000..c5bc3a66 --- /dev/null +++ b/app/src/main/res/layout/item_trending_search.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1fe79042..19a82058 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -41,6 +41,7 @@ Select a Multireddit RPAN Gallery Post + Trending Open navigation drawer Close navigation drawer -- cgit v1.2.3