I am using MigLayout 4 Android in my Android project. There is an error in this code: if the child layout is nested in the parent layout, restrictions such as fill, grow will be ignored, because mig4android just ignores them.
I am trying to fix this, but I do not know how to do it.
Currently, I can get the width of the parent element, and the restrictions of the child component (may or may not have grow , fill or else), how to calculate the width of the child element? Are there any methods provided by miglayout for this?
itang source share