You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a layout with two sub LinearLayouts. The first is set to ScreenRatio of 0.4f, the second with 0.6f (40%/60% split). For the second one, I need it to have a right padding of 20, but the views inside of it always butt right up against the screen. I also tried putting right padding on the sub controls, but same thing. It seems like padding just doesn't work with this WidthUnits setting, but maybe I'm doing something wrong.
The text was updated successfully, but these errors were encountered:
I have a layout with two sub LinearLayouts. The first is set to ScreenRatio of 0.4f, the second with 0.6f (40%/60% split). For the second one, I need it to have a right padding of 20, but the views inside of it always butt right up against the screen. I also tried putting right padding on the sub controls, but same thing. It seems like padding just doesn't work with this WidthUnits setting, but maybe I'm doing something wrong.
The text was updated successfully, but these errors were encountered: