Hi,
I have now updated to B4A 13.4 with Android 36 Platform.
My app still works with panels.
However, the panel (into which a scrollview is loaded and then the layout) is no longer limited at the top by the bar (StdActionBar) and at the bottom by the “Android keys,” but is stretched across the entire screen.
How can I fix this so that it is still limited at the top by the StdActionBar and at the bottom by the Android keys in Android 35? I would like to keep my theme.
In the manifest, I have the following:
SetApplicationAttribute(android:theme, “@style/MyTheme”)
and in the code, I can switch between "android:style/Theme.Holo.Light" and "android:style/Theme.Holo".
I have now updated to B4A 13.4 with Android 36 Platform.
My app still works with panels.
However, the panel (into which a scrollview is loaded and then the layout) is no longer limited at the top by the bar (StdActionBar) and at the bottom by the “Android keys,” but is stretched across the entire screen.
How can I fix this so that it is still limited at the top by the StdActionBar and at the bottom by the Android keys in Android 35? I would like to keep my theme.
In the manifest, I have the following:
SetApplicationAttribute(android:theme, “@style/MyTheme”)
and in the code, I can switch between "android:style/Theme.Holo.Light" and "android:style/Theme.Holo".