HeaderViewPager
HeaderViewPager copied to clipboard
第一个控件没有完全滑出
我的布局文件如下,第一个 RelativeLayout的内容并没有完全滑出,只有一半的内容滑出界面 <com.lzy.widget.HeaderViewPager android:background="@color/white" android:id="@+id/scrollableLayout" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" app:hvp_topOffset="50dp">
<RelativeLayout>
<ImageView />
<RelativeLayout>
<TextView />
<TextView />
<TextView />
</RelativeLayout>
<Button/>
</RelativeLayout>
请问如何解决