Hello,
how can it be achieved that an image in the startpage occupies the entire screen?
Second question: in the upper margin of the screen appears the string "Activity".
How can I get rid of this?
I guess that you refer to the activity title. You can set it with #ApplicationLabel in the main module, or Activity.Title or B4XPages.SetTitle(Me, "Title here")
Thanks for the answer.
I already noticed that I can delete the title text in the properties.
but the empty space in the upper margin remains!
I want the image to fill the entire screen, to the full height.
How can I get rid of the empty space?
I have done that, but to no avail. The empty space of the title bar remains.
I have thought that I could split my image in two parts and insert the upper part in the title bar.
Is this possible and how?