您的位置:首页 > 其它

RecyclerView嵌套RecyclerView只显示一行

2017-09-19 16:12 302 查看
内部RecyclerView的item的xml布局文件
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<!--话题-->
<TextView
android:id="@+id/tv_topic_name"
android:layout_width="match_parent"
android:layout_height="45dp"
android:gravity="center"
android:paddingBottom="31px"
android:paddingTop="31px"
android:text="#话题#"
android:textColor="@color/color_333333"
android:textSize="40px" />

</LinearLayout>


                                            
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息