aboutsummaryrefslogtreecommitdiff
path: root/library/src/main/res
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-28 20:14:52 -0700
committerAllan Wang <me@allanwang.ca>2017-06-28 20:14:52 -0700
commitb45156a92f9b2f3fcce62fd58d25474196048f1a (patch)
tree17d8d580a2d61b009ee045f05782222849050678 /library/src/main/res
parentae5c55dcecef397fa1f36a4c13dd16d01b1baf0d (diff)
downloadkau-b45156a92f9b2f3fcce62fd58d25474196048f1a.tar.gz
kau-b45156a92f9b2f3fcce62fd58d25474196048f1a.tar.bz2
kau-b45156a92f9b2f3fcce62fd58d25474196048f1a.zip
Starting drawable cutout support
Diffstat (limited to 'library/src/main/res')
-rw-r--r--library/src/main/res/layout/kau_about_section_main.xml5
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>