Top "Fill-parent" questions

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).

Android fill_parent to match_parent

What was the reason behind introducing match_parent and deprecating fill_parent since both mean the same thing. won't this …

android fill-parent