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
Google changed the name to avoid confusion.
Problem with the old name fill parent was that it implies its affecting the dimensions of the parent, while match parent better describes the resulting behavior - match the dimension with the parent.
Both constants resolve to -1 in the end, and so result in the identical behavior in the app. Ironically enough, this name change made to clarify things seems to have added confusion rather than eliminating it.