您好我正在关注Android教程,我需要填写父母。
但是,我没有在布局列表中找到它。只有两个选项是"包装内容"和"匹配父母"。
我在MacBook Pro 2016上使用Android Studio 2.3.3。
希望有人可以帮助如何设置它来填充父母。
谢谢!
答案 0 :(得分:0)
fill_parent已被弃用,match_parent现在做同样的事情。
答案 1 :(得分:0)
你应该看一下这个链接=>
Is deprecated word the only difference between fill_parent and match_parent
不推荐使用fill_parent并将其替换为match_parent。