-
Notifications
You must be signed in to change notification settings - Fork 0
Make layout work in MATCH_PARENT mode too #3
Copy link
Copy link
Open
Labels
P1bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requesthacktoberfestto be used when contribution to this issue should be counted in hacktoberfestto be used when contribution to this issue should be counted in hacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
P1bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requesthacktoberfestto be used when contribution to this issue should be counted in hacktoberfestto be used when contribution to this issue should be counted in hacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Currently, the layout is not able to measure the child correctly and pace it on screen when the width and height of the child is set to MATCH_PARENT. We need to handle that edge case too.