What is the difference between match_parent and fill_parent?

后端 未结 17 1887
离开以前
离开以前 2020-11-22 07:37

I\'m a little confused about two XML properties: match_parent and fill_parent. It seems that both are the same. Is there any difference between the

17条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-22 08:13

    Both, FILL_PARENT and MATCH_PARENT are the same properties. FILL_PARENT was deprecated in API level 8.

提交回复
热议问题