LinearLayout 中加入ListView之后,下面控件显示不全,页面无法滚动,如何解决?

LinearLayout 中加入ListView之后,下面控件显示不全,页面无法滚动,如何解决?

<LinearLayout
   android:layout_width="match_parent"
   android:layout_height="wrap_content"
   android:orientation="vertical"
   android:layout_marginTop="8dp">

   <ListView
       android:id="@+id/lv_count_detail_supply_summary_list"
       android:layout_width="match_parent"
       android:layout_height="wrap_content">

   </ListView>

</LinearLayout>

<LinearLayout
   android:layout_width="match_parent"
   android:layout_height="wrap_content">

   <Button
       android:layout_width="match_parent"
       android:layout_height="wrap_content"
       android:background="@color/dodgerblue"
       android:text="提交"/>

</LinearLayout>


正在回答 回答被采纳积分+1

登陆购买课程后可参与讨论,去登陆

2回答
irista23 2018-10-10 18:20:45

最简便处理是把listview和button所在的线性布局添加固定高度,如果不想使用绝对值,也可以使用相对布局,让按钮所在线性布局在listview布局的下面。如果listview不滚动,检查一下数据是否足够多。

提问者 创通一哥 2018-10-10 18:13:09

除了添加headerView或footerView以外有无其他方法?

  • 你可以放在一个ScrollView里面
    2019-04-06 16:34:48
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
Android网络操作与数据存储2018版
  • 参与学习           人
  • 提交作业       307    份
  • 解答问题       1613    个

本专题是联网及数据处理的必备技能。课程从网络基础知识到线程间协同工作、异步下载处理。介绍了Android内外部文件存储、轻量级数据库SQLite的使用。利用屏幕适配、状态保持、百度地图解决实际问题。

了解课程
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师