Hi,
i have strange behaviour with some layout and some devices.
I have simulated this situation with an emulator
The Black Android toolbar is moved to right if resolution of device is 1080x1920
#Region Project Attributes
#ApplicationLabel: TS TrendAgenti
#VersionCode: 3
#VersionName: 2018.3.193
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: sensorLandscape
#End Region
my BAL layout is:
home.bal 1280 x 800 Scale 1
In BAL I have:
AutoScaleAll in GeneralScript and Variant Script
ShowTitle = False
FullScreen = True
The problem occurs if I use an AVD with following settings
Device Nexus5 1080x1920 Density 480 xxhdpi
Platform: Android 6.0, 7.0,7.1,8.0
If I use an AVD with following settings
Device Nexus7 800x1280 density 213
Platform: Android 6.0, 7.0,7.1,8.0
the View is Right
i have strange behaviour with some layout and some devices.
I have simulated this situation with an emulator
The Black Android toolbar is moved to right if resolution of device is 1080x1920
#Region Project Attributes
#ApplicationLabel: TS TrendAgenti
#VersionCode: 3
#VersionName: 2018.3.193
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: sensorLandscape
#End Region
my BAL layout is:
home.bal 1280 x 800 Scale 1
In BAL I have:
AutoScaleAll in GeneralScript and Variant Script
ShowTitle = False
FullScreen = True
The problem occurs if I use an AVD with following settings
Device Nexus5 1080x1920 Density 480 xxhdpi
Platform: Android 6.0, 7.0,7.1,8.0
If I use an AVD with following settings
Device Nexus7 800x1280 density 213
Platform: Android 6.0, 7.0,7.1,8.0
the View is Right