What’s the difference between fill_parent and wrap_content?

In Android, when layout out widgets, what’s the difference between fill_parent (match_parent in API Level 8 and higher) and wrap_content?

Is there any documentation where you can point to? I’m interested in understanding it very well.

4 Answers
4

Leave a Comment