Bottom of ScrollView clipped when using ConstraintLayout
问题 I have an issue using a ScrollView inside ConstraintLayout ( constraint-layout:1.0.0-beta3 ) The content of my ScrollView isn't showed entirely. Here is my layout: <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/activity_test" android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:id="@+id/header" android:layout_width="match