diff options
Diffstat (limited to 'library/src/main/res')
-rw-r--r-- | library/src/main/res/layout/kau_about_section_main.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/library/src/main/res/layout/kau_about_section_main.xml b/library/src/main/res/layout/kau_about_section_main.xml index e501f60..aa338ee 100644 --- a/library/src/main/res/layout/kau_about_section_main.xml +++ b/library/src/main/res/layout/kau_about_section_main.xml @@ -1,10 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> -<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" +<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:nestedScrollingEnabled="true" tools:showIn="@layout/kau_activity_about"> <android.support.constraint.ConstraintLayout @@ -44,4 +43,4 @@ </android.support.constraint.ConstraintLayout> -</ScrollView> +</android.support.v4.widget.NestedScrollView> |