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/layout/activity_main.xml | 121 +++++++++++++++++------------- 1 file changed, 70 insertions(+), 51 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 8d43bd79..5f50b6fa 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -13,64 +13,83 @@ android:layout_width="match_parent" android:layout_height="match_parent" /> - - - - - - - + + - - - - + + + android:orientation="vertical"> - + - + - + - + + + + + + + + + + + + + + + - + - + -- cgit v1.2.3