MATCH_PARENT means that the view wants to be as big as its parent, minus the parent's padding, if any.
WRAP_CONTENT means that the view wants to be just large enough to fit its own internal content, taking its own padding into account.
MATCH_PARENT means that the view wants to be as big as its parent, minus the parent's padding, if any.