<?xml version="1.0" enCoding="utf-8"?><linearLayout xmlns:androID="http://schemas.androID.com/apk/res/androID"androID:orIEntation="vertical" androID:layout_wIDth="fill_parent"androID:layout_height="wrap_content" ><ListVIEw androID:ID="@+ID/androID:List" androID:layout_wIDth="fill_parent" androID:layout_height="wrap_content" androID:layout_gravity="center" androID:choiceMode="singleChoice"></ListVIEw> <linearLayout androID:orIEntation="horizontal" androID:layout_wIDth="fill_parent" androID:layout_height="wrap_content" androID:gravity="center" androID:layout_margintop="15dp"> <button androID:ID="@+ID/vIEwComplaintsMorebutton" androID:text=" More " androID:layout_wIDth="wrap_content" androID:layout_height="wrap_content" /> <button androID:ID="@+ID/vIEwComplaintsCancelbutton" androID:text=" Cancel " androID:layout_marginleft="50dp" androID:layout_wIDth="wrap_content" androID:layout_height="wrap_content" /></linearLayout></linearLayout>解决方法 尝试将ListVIEw权重设置为1
<ListVIEw androID:ID="@+ID/androID:List" androID:layout_wIDth="fill_parent" androID:layout_height="wrap_content" androID:layout_gravity="center" androID:choiceMode="singleChoice" androID:layout_weight="1"></ListVIEw>总结
以上是内存溢出为你收集整理的android – ListView下面的LinearLayour不可见全部内容,希望文章能够帮你解决android – ListView下面的LinearLayour不可见所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)