Use default ScrollView in IntroScreen

This commit is contained in:
Jakob Nixdorf 2018-03-02 10:58:36 +01:00
parent f962094e90
commit 1e3aa1984e
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC

View file

@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.NestedScrollView
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:overScrollMode="never">
android:clipToPadding="false">
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:gravity="center"
android:layout_height="wrap_content"
android:layout_gravity="top"
android:gravity="top"
android:padding="@dimen/activity_margin_large">
<TextView
@ -84,4 +84,4 @@
</LinearLayout>
</android.support.v4.widget.NestedScrollView>
</ScrollView>