I'm trying to convert an app I've written in java to basic4android. I have some problems with the scaling of the background picture. It has to run on a Samsung Galaxy S (480x800x1,5 (240 dpi))
Screenshot 1 is how it should be
Screenshot 2 is the result on the Samsung Galaxy S
Screenshot 3 My settings in Basic4android.
In the java app, I put my pictures in the drawable-hdpi folder and it is scaled correcty. In b4a I only see a drawable folder.
When I create an emulator with 480x480x1 (160 dpi) the picture is shown correctly (screenshot 1). If I create an emulator with 480x800x1,5 it is wrong (screenshot 2).
Any help would be greatly appreciated.
Screenshot 1 is how it should be
Screenshot 2 is the result on the Samsung Galaxy S
Screenshot 3 My settings in Basic4android.
In the java app, I put my pictures in the drawable-hdpi folder and it is scaled correcty. In b4a I only see a drawable folder.
When I create an emulator with 480x480x1 (160 dpi) the picture is shown correctly (screenshot 1). If I create an emulator with 480x800x1,5 it is wrong (screenshot 2).
Any help would be greatly appreciated.