what is difference between “wrap content” and “match constraint” in android studio

fill_parent (deprecated and renamed MATCH_PARENT in API Level 8 and higher) Setting the layout of a widget to fill_parent will force it to expand to take up as much space as is available within the layout element it’s been placed in. It’s roughly equivalent of setting the dockstyle of a Windows Form Control to Fill. …