Skip to content

Instantly share code, notes, and snippets.

@satadii11
Last active April 1, 2018 16:09
Show Gist options
  • Save satadii11/b271dabcccb9a2c9acdbbfa5b383b814 to your computer and use it in GitHub Desktop.
Save satadii11/b271dabcccb9a2c9acdbbfa5b383b814 to your computer and use it in GitHub Desktop.
<ScrollView 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="wrap_content"
android:fillViewport="true"
android:overScrollMode="never">
<android.support.constraint.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
...
</android.support.constraint.ConstraintLayout>
</ScrollView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment