Commit 59355320 authored by Tup's avatar Tup

Menu scrolls na bruh

parent e87a5d19
...@@ -21,10 +21,14 @@ ...@@ -21,10 +21,14 @@
android:fitsSystemWindows="true" android:fitsSystemWindows="true"
app:headerLayout="@layout/nav_header_nav_drawer" > app:headerLayout="@layout/nav_header_nav_drawer" >
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout <LinearLayout
android:orientation="vertical" android:orientation="vertical"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="wrap_content"
android:background="?android:attr/colorBackground"> android:background="?android:attr/colorBackground">
<include layout="@layout/nav_header_nav_drawer" <include layout="@layout/nav_header_nav_drawer"
...@@ -179,6 +183,8 @@ ...@@ -179,6 +183,8 @@
style="@style/Widget.AppCompat.Button" /> style="@style/Widget.AppCompat.Button" />
</LinearLayout> </LinearLayout>
</ScrollView>
</android.support.design.widget.NavigationView> </android.support.design.widget.NavigationView>
</android.support.v4.widget.DrawerLayout> </android.support.v4.widget.DrawerLayout>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment