android页面布局:如何使LinearLayout层占满页面,但不覆盖底部菜单栏?

如题
2025-01-26 14:34:17
推荐回答(2个)
回答1:

最外部用LinearLayout来match_parent,上面的LinearLayout用layout_height="0dp" layout_weight="1",底部菜单栏用layout_height="wrap_content"。

回答2:

外层包裹一层RelativeLayout