FILL_PARENT (renamed MATCH_PARENT starting Android API Level 8), is a constant describing that a view would like to be as big as its parent (minus any padding).
What was the reason behind introducing match_parent and deprecating fill_parent since both mean the same thing. won't this …
android fill-parent