Android - ScrollView and PercentRelativeLayout
问题 I have a problem with combining the android.support.percent.PercentRelativeLayout with ScrollView. The following xml file <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/ScrollView01" android:layout_width="fill_parent" android:layout_height="fill_parent" android:fillViewport="true" android:scrollbars="none"> <android.support.percent.PercentRelativeLayout xmlns:android="http://schemas.android.com/apk