Skip to content

Instantly share code, notes, and snippets.

@Sylyac2000
Created July 18, 2018 20:13
Show Gist options
  • Save Sylyac2000/532861b58c0463640e147083e8b31104 to your computer and use it in GitHub Desktop.
Save Sylyac2000/532861b58c0463640e147083e8b31104 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="match_parent">
<android.support.constraint.ConstraintLayout
android:id="@+id/constraintLayout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<!-- have whatever children you want inside -->
</android.support.constraint.ConstraintLayout>
</ScrollView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment