<androID.support.v4.Widget.nestedScrollVIEw androID:layout_wIDth="match_parent" androID:scrollbars="none" androID:layout_height="match_parent"> <linearLayout androID:orIEntation="vertical" androID:layout_wIDth="match_parent" androID:layout_height="wrap_content"> <ImageVIEw androID:src="@drawable/icon_app" androID:layout_margintop="@dimen/vIEw_space_12" androID:layout_wIDth="@dimen/vIEw_height_96" androID:layout_gravity="center" androID:layout_height="@dimen/vIEw_height_96"> </ImageVIEw> <TextVIEw androID:text="相对人备案" androID:textStyle="bold" androID:layout_margintop="@dimen/vIEw_space_4" androID:textSize="@dimen/text_size_18" androID:textcolor="@color/colorBlack" androID:layout_wIDth="wrap_content" androID:layout_gravity="center" androID:layout_height="wrap_content"> </TextVIEw> <androID.support.v7.Widget.RecyclerVIEw androID:ID="@+ID/recyclervIEw" androID:layout_margintop="@dimen/vIEw_space_12" androID:layout_wIDth="match_parent" androID:layout_height="match_parent"> </androID.support.v7.Widget.RecyclerVIEw> </linearLayout> </androID.support.v4.Widget.nestedScrollVIEw>
@H_502_9@替换ScrollVIEw为nestedScrollVIEw!!!
总结以上是内存溢出为你收集整理的Android ScrollView嵌套RecyclerView全部内容,希望文章能够帮你解决Android ScrollView嵌套RecyclerView所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)