Hi,
When I use this code on my Samsung S4 tablet the whole layout can be displayed.
On my Samsung S20 the last 10 % in the bottom is missing and I can not scroll to see it.
I have tried to change the customview height to fit the panel height in the layout with this code without no luck :
When I use this code on my Samsung S4 tablet the whole layout can be displayed.
On my Samsung S20 the last 10 % in the bottom is missing and I can not scroll to see it.
I have tried to change the customview height to fit the panel height in the layout with this code without no luck :
B4X:
CLVcandatatest.Base_Resize(100%x, PanelcanTestMain.Height)
B4X:
Dim fr2_xui As XUI
Dim fr2_pnl As B4XView = fr2_xui.CreatePanel("")
fr2_pnl.Color = Colors.Transparent
fr2_pnl.SetLayoutAnimated(400, 0, 0, 100%x, 100%y)
CLVcandatatest.add(fr2_pnl, Activity)
fr2_pnl.LoadLayout("candatatestpage")