I tried this: `percentRelativeLayout { button { ....
# anko
b
I tried this:
percentRelativeLayout { button { .... }.lparams { percentLayoutInfo.widthPercent = 0f percentLayoutInfo.topMarginPercent = 0f percentLayoutInfo.leftMarginPercent = 0f }}
However it's failing to compile just telling me to look at the log but there's nothing in it. Edit: nvm it did work and I just had something else bugging it. Still not rendering properly but I think it's on the right path