From ddc7b36e72dee19b87204beacc8322ca221b5524 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sun, 29 Jul 2018 20:25:55 +0800 Subject: Save subscribed subreddits and users to the SQLite database by using Room Persistence Library. Add a following section in the navigation drawer to display all the followed users. Add a NestedScrollView in the navigation drawer to wrap all the elements. Disable nested scrolling feature in all the RecyclerViews in the navigation drawer. --- app/src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 38b51769..1b973d6b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -17,5 +17,6 @@ Karma: %1$d Profile + Following Subscriptions -- cgit v1.2.3