diff options
author | Alex Ning <chineseperson5@gmail.com> | 2018-07-29 12:25:55 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2018-07-29 12:25:55 +0000 |
commit | ddc7b36e72dee19b87204beacc8322ca221b5524 (patch) | |
tree | d3e6475c0e135d732b0d2591142113c88898a491 /app/src/main/res/values/strings.xml | |
parent | e3653eb503f4396903bcdd1423510f7c4893dde9 (diff) | |
download | infinity-for-reddit-ddc7b36e72dee19b87204beacc8322ca221b5524.tar infinity-for-reddit-ddc7b36e72dee19b87204beacc8322ca221b5524.tar.gz infinity-for-reddit-ddc7b36e72dee19b87204beacc8322ca221b5524.tar.bz2 infinity-for-reddit-ddc7b36e72dee19b87204beacc8322ca221b5524.tar.lz infinity-for-reddit-ddc7b36e72dee19b87204beacc8322ca221b5524.tar.xz infinity-for-reddit-ddc7b36e72dee19b87204beacc8322ca221b5524.tar.zst infinity-for-reddit-ddc7b36e72dee19b87204beacc8322ca221b5524.zip |
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.
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <string name="karma_info">Karma: %1$d</string> <string name="profile">Profile</string> + <string name="following">Following</string> <string name="subscriptions">Subscriptions</string> </resources> |