Android Question Changes in ScrollView with SDK 35?

Creideiki

Active Member
Licensed User
Longtime User
Hi,

I've a litte app which uses a ScrollView called scMain in the main Activity which loads another layout with scMain.Panel.LoadLayout().
That worked without problem.

Now I tried to update to SDK 35 (from 24). Now the layout ist too far up so the upper part of the layout is behind the title. I tried to change the layout; if I set Top of the panel to 100 I can see the upper part of the layout; but that's not the way to do it I think.

What changed with SDK 35? How can I fix this?

If you need more info I can post the project, screenshots or the like.

Thank you
Helmut
 

b4x-de

Active Member
Licensed User
Longtime User
Thread 'targetSdkVersion 35 and opting out of edge-to-edge enforcement'
 
Upvote 0
Top