aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2018-07-29 16:11:05 +0000
committerAlex Ning <chineseperson5@gmail.com>2018-07-29 16:11:05 +0000
commitc752b66953ad0beca25e87ecf98db346ddabf55a (patch)
tree970bf222f533fecc0e2eb0ad8bfa63d323ebf8ca /app
parentddc7b36e72dee19b87204beacc8322ca221b5524 (diff)
downloadinfinity-for-reddit-c752b66953ad0beca25e87ecf98db346ddabf55a.tar
infinity-for-reddit-c752b66953ad0beca25e87ecf98db346ddabf55a.tar.gz
infinity-for-reddit-c752b66953ad0beca25e87ecf98db346ddabf55a.tar.bz2
infinity-for-reddit-c752b66953ad0beca25e87ecf98db346ddabf55a.tar.lz
infinity-for-reddit-c752b66953ad0beca25e87ecf98db346ddabf55a.tar.xz
infinity-for-reddit-c752b66953ad0beca25e87ecf98db346ddabf55a.tar.zst
infinity-for-reddit-c752b66953ad0beca25e87ecf98db346ddabf55a.zip
Add a scroll bar in the navigation drawer
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/activity_main.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
index 5f50b6fa..7294fc3c 100644
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -22,7 +22,8 @@
<android.support.v4.widget.NestedScrollView
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:scrollbars="vertical">
<LinearLayout
android:layout_width="match_parent"