Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试制作一个ListView视图元素,这些元素都应该是 facebook 新闻流样式的完整页面大小。我似乎无法弄清楚如何将每个ListView元素的大小设置为整页大小。每个android:layout_height 都设置为match_parent。如果我将其设置500dip为接近整页,但这对我来说似乎不是好的设计。
ListView
android:layout_heigh
match_parent
500dip
如果我很好理解你的问题,你必须使用
android:layout_height="fill_parent"