Biology, asked by Saipreeth1036, 1 year ago

difference between match parent and fill parent

Answers

Answered by graxx
5
They're the same thing (in API Level 8+). Use match_parent . fill_parent : The view should be as big as its parent (minus padding). This constant is deprecated starting from API Level 8 and is replaced by match_parent
Similar questions