Android Question Can Root.setbitmap be filled

Scantech

Well-Known Member
Licensed User
Longtime User
Can we fill root background to fill? I hover over it and says gravity is set to center? Root.SetBitmap

I was using activity.setbackground but it fills status bar and nav bar area.
 
Last edited:

teddybear

Well-Known Member
Licensed User
The answer is yes. such as
B4X:
root.SetBitmap(LoadBitmapResize(File.DirAssets,"xxx.jpg",root.Width,root.Height, False))
 
Upvote 0
Top