]> git.ktnx.net Git - mobile-ledger.git/commitdiff
disable profile list sub-scrolling
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 3 Mar 2019 07:59:35 +0000 (09:59 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 3 Mar 2019 07:59:35 +0000 (09:59 +0200)
app/src/main/res/layout/main_navigation.xml

index 4f4f5c50bbb142fb03afd7729d28fd7140395a44..4ec47d0a7fdcf7da09d819c842a59d9aed032bb9 100644 (file)
                         android:layout_width="match_parent"
                         android:layout_height="wrap_content"
                         android:animateLayoutChanges="true"
+                        android:isScrollContainer="false"
                         android:orientation="vertical"
                         android:visibility="gone">
 
                             android:id="@+id/nav_profile_list"
                             android:layout_width="match_parent"
                             android:layout_height="wrap_content"
+                            android:isScrollContainer="false"
+                            android:nestedScrollingEnabled="false"
                             android:orientation="vertical"
                             android:paddingStart="0dp">