recyclerview-RecyclerView的item显示出现控件显示不全

问题描述

RecyclerView的item显示出现控件显示不全
item中是一个复杂布局,其中的TextView的显示高度不对。
android:id=""@+id/body""
android:layout_width=""match_parent""
android:layout_height=""wrap_content""
android:orientation=""horizontal""
android:layout_below=""@+id/title""
android:weightSum=""11"">

    <RelativeLayout        android:layout_width=""0dp""        android:layout_height=""wrap_content""        android:layout_weight=""7""        android:paddingBottom=""10dp"">        <TextView            android:id=""@+id/tvQuestion""            android:layout_width=""match_parent""            android:layout_height=""wrap_content""            android:layout_marginBottom=""10dp""            android:layout_marginLeft=""20dp""            android:layout_marginRight=""10dp""            android:text=""aslkjdkjhdaksjdhk立刻决定是否莱克斯顿螺丝钉看法上的浪费苏打绿分里是空的将速度;是副食店了解分i未记录河流啊哈我阿拉维uifhlieawh分i芦苇 哇额uifha""            android:textColor=""@color/color_text_very_hard""            android:textSize=""20sp""            />        <TextView            android:id=""@+id/tv_question""            android:layout_width=""match_parent""            android:layout_height=""wrap_content""            android:layout_marginLeft=""20dp""            android:layout_marginRight=""10dp""            android:text=""显示问题的检查项两节课第三方乐山大佛蓝色的开始的;史蒂文哦i额;哦恶化;偶发;W 3哦()*&amp;()*&amp;哦额我饿r9p8w4r  ""            android:textColor=""@color/color_text_very_light""            android:textSize=""18sp""            android:layout_below=""@+id/tvQuestion""            />    </RelativeLayout>    <LinearLayout        android:layout_width=""0dp""        android:layout_height=""wrap_content""        android:layout_gravity=""center""        android:layout_weight=""3""        android:orientation=""horizontal"">        <info.hoang8f.android.segmented.SegmentedGroup            android:id=""@+id/ans_group""            android:layout_width=""wrap_content""            android:layout_height=""wrap_content""            android:layout_gravity=""center""            android:gravity=""center_vertical|center_horizontal""            android:orientation=""horizontal""            android:paddingBottom=""10dp""            android:paddingTop=""10dp""            segmentedgroup:sc_border_color=""@color/color_answer_border""            segmentedgroup:sc_border_width=""1dp""            segmentedgroup:sc_corner_radius=""5dp""            segmentedgroup:sc_no_comment_color=""@color/color_answer_ignore""            segmentedgroup:sc_text_color=""@color/color_answer_text""            segmentedgroup:sc_tint_color=""@color/color_answer_pass""            segmentedgroup:sc_unqualified_color=""@color/color_answer_fail"">            <RadioButton                android:id=""@+id/ans_yes""                style=""@style/RadioButton""                android:layout_width=""wrap_content""                android:layout_height=""wrap_content""                android:text=""1""                android:textSize=""20sp""/>            <RadioButton                android:id=""@+id/ans_no""                style=""@style/RadioButton""                android:layout_width=""wrap_content""                android:layout_height=""wrap_content""                android:text=""2""                android:textSize=""20sp""/>            <RadioButton                android:id=""@+id/ans_never""                style=""@style/RadioButton""                android:layout_width=""wrap_content""                android:layout_height=""wrap_content""                android:text=""3""                android:textSize=""20sp""/>        </info.hoang8f.android.segmented.SegmentedGroup>    </LinearLayout></LinearLayout>

出现显示不全的view就是id为tvQuestion和tv_question

时间: 2024-11-08 17:43:08

recyclerview-RecyclerView的item显示出现控件显示不全的相关文章

getchildat i-安卓关于Gridview无法获取到第一个item并让其中不可见的控件显示的问题

问题描述 安卓关于Gridview无法获取到第一个item并让其中不可见的控件显示的问题 如图,我有一个相册,默认情况下只显示imageview,当点击删除的时候让覆盖在imageview上面的checkbox显示出来,代码如下: 现在问题来了,第一个item的checkebox弄死不出现,如下: 已疯,求拯救,xml文件代码如下: 解决方案 用getChildAt的方法就有问题,现在你是一屏幕能看到,如果一屏幕看不见,获取到的将是null 不过adapter怎么变,只要记住是数据驱动界面就行了

使用ASP.NET Atlas ListView控件显示列表数据

asp.net|控件|数据|显示 English Version: http://dflying.dflying.net/1/archive/113_display_listible_data_using_aspnet_atlas_listview_control.html 在这个系列中,我将介绍一些Atlas Sys.UI.Data中较高级的控件,包括: Sys.UI.Data.ListView:使用ASP.NET Atlas ListView控件显示列表数据 Sys.UI.Data.Item

asp.net中显示DataGrid控件列序号的几种方法

asp.net|datagrid|datagrid控件|显示 asp.net中显示DataGrid控件列序号的几种方法 作者:郑佐 2004-9-10 在aps.net中多数据绑定的控件很多,论功能来说,应该属DataGrid最为齐全,但它没有提供现成的显示记录序号的功能,不过我们可以通过它所带的一些参数来间接得到序号,下面来看看怎样得到和显示序号值计算方式如下: (1)在后台 DataGrid.CurrentPageIndex * DataGrid.PageSize + e.Item.Item

在C++中用ActiveX控件显示PDF文件

PDF介绍 PDF是"Portable Document Format 可移植文档格式"的缩写,它是Adobe公司开发的一种电子文档格式,已经成为国际通用的电子文档交换事实标准.PDF文件可以在各种平台下阅读.编辑.发布.该文件格式支持字体.图像.甚至任何附件的嵌入. Adobe公司提供了两种软件用于处理PDF文档,分别是Acrobat及Acrobat Reader:前者功能强大,不仅能阅读,还可以创建或编辑PDF文档,但要收费:后者只具备阅读功能,为免费软件. 用ActiveX控件显

android-多个testview控件显示问题

问题描述 多个testview控件显示问题 <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:textColor="#000000" android:textSize="18dip" android:background="#00FF00" android:text=&qu

ASP.NET用Repeater控件显示数据

asp.net|控件|数据|显示     如果你正在使用ASP.NET,你一定对DataGrid控件非常熟悉.DataGrid控件提供了各种特性,通过这些特性可以很容易地在一个Web页面上以列表形式显示数据.但是,如果你不想使用HTML表格形式呢?此时,可以使用一个DataGrid的一个鲜为人知的兄弟控件,即Repeater控件.Repeater控件提供显示你所需要数据的灵活性.      Repeater控件是什么?      Repeater是一个可重复操作的控件,也就是说,它通过使用模板显

用Repeater控件显示数据

控件|数据|显示     如果你正在使用ASP.NET,你一定对DataGrid控件非常熟悉.DataGrid控件提供了各种特性,通过这些特性可以很容易地在一个Web页面上以列表形式显示数据.但是,如果你不想使用HTML表格形式呢?此时,可以使用一个DataGrid的一个鲜为人知的兄弟控件,即Repeater控件.Repeater控件提供显示你所需要数据的灵活性. Repeater控件是什么? Repeater是一个可重复操作的控件,也就是说,它通过使用模板显示一个数据源的内容,而你可以很容易地

C# 把指定控件显示在最上面

控件|显示 昨天有个朋友问我,怎么样处理重叠的控件,让指定的控件在最上面.我就很抓狂,很奇怪为什么会有这种需求,但昨天上班忙,没时间.今天早上来就写了一段代码试试,如下:SetMeTop是设置最上的函数,button1_Click是一个测试方法,经测试,这样是可行的.为什么要用一个ArrryList而不是直接用index来删除呢,是因为删除上层的一个控件后,会导致下面控件的index都加1,会产生一些异常.这只是一时乱写的函数.也许.net本身直接有方法来设置,我却不知道.呵呵..欢迎指教: A

winform-winfrom留言板的留言该用什么控件显示?

问题描述 winfrom留言板的留言该用什么控件显示? 我想做一个winfrom版的留言板程序,可是想来想去不知道该用什么控件显示别人所留的言,还可以对别人留的言进行回复,除了dgv,别的还有什么好的嘛? 解决方案 自定义控件+Repeater或者tablelayoutpanel