What's the difference between fill_parent and wrap_content?

asked16 years ago
last updated9 years ago
viewed298.7k times
Up Vote294Down Vote

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.