打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
Android2.2中match_parent和fill_parent是一个意思
标题里已经把这个意思表达清楚了,两个参数意思一样,只是某大仙觉得match_parent更贴切,于是从2.2开始你两个词都可以用。那么如果考虑低版本的使用情况你就需要用fill_parent了。

下面是两者相同的证据,看android.view.ViewGroup里的静态嵌套类LayoutParams中的代码:

01public static final int FILL_PARENT = -1;
02   /**
03    * Special value for the height or width requested by a View.
04    * MATCH_PARENT means that the view wants to be as big as its parent,
05    * minus the parent's padding, if any. Introduced in API Level 8.
06    */
07   public static final int MATCH_PARENT = -1;
08 
09   /**
10    * Special value for the height or width requested by a View.
11    * WRAP_CONTENT means that the view wants to be just large enough to fit
12    * its own internal content, taking its own padding into account.
13    */
本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
match
仿微信二维码生成以及条形码生成
Android fill_parent、wrap_content和match_parent...
Android
New UI
让两个HorizontalScrollView联动
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服