Android-设置@android:id/empty不起作用

发布于 2016-12-18 00:09:31 字数 775 浏览 1135 评论 3

有这样个布局

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<include
android:layout_width="fill_parent"
android:layout_height="fill_parent"
layout="@layout/loading" />
<ListView
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:cacheColorHint="#00000000"
android:dividerHeight="1dip"
android:footerDividersEnabled="true" >
</ListView>
</LinearLayout>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

瑾兮 2017-08-21 15:18:33

你设置个固定大小的调试下,可能是显示了,但是你用wrap_content 可能看不到。

灵芸 2017-06-29 18:23:59

我建议你用相对布局,然后设置 aboveof 和 belowof 作为上下限。

偏爱自由 2017-03-21 23:54:09

listview 的layout_height 不设置为fillparent 即可

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文