Skip to content

Instantly share code, notes, and snippets.

@MwBakker
Created June 3, 2019 21:53
Show Gist options
  • Save MwBakker/80d411dd5891d5407e5ce674b20b995b to your computer and use it in GitHub Desktop.
Save MwBakker/80d411dd5891d5407e5ce674b20b995b to your computer and use it in GitHub Desktop.
<ScrollView
android:layout_width="match_parent"
android:layout_height="0dp"
android:fillViewport="true"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toBottomOf="@id/company_img">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="0dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toTopOf="parent">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment