android – ListView下面的LinearLayour不可见

android – ListView下面的LinearLayour不可见,第1张

概述为什么只有ListView可见? <?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"andro 为什么只有ListVIEw可见?
<?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不可见所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1133274.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-30
下一篇 2022-05-30

发表评论

登录后才能评论

评论列表(0条)

保存