listview中item高度问题

来源:互联网 发布:海岛奇兵指引升级数据 编辑:程序博客网 时间:2024/05/12 13:04
   xmlns:android="http://schemas.android.com/apk/res/android"
   android:layout_width="match_parent"
   android:layout_height="wrap_content"
   android:descendantFocusability="blocksDescendants"
   android:orientation="horizontal" >
   
       style="@style/ListViewHeaderStyle"
       android:layout_height="200dp"
       android:id="@+id/tv_name"
        />

Listview每个item的布局文件,刚开始我在LinearLayout设置了高度为200dp的值,不生效,后来TextView设置高度200dp,LinearLayout为wrap_content这样才生效。
0 0
原创粉丝点击