S Scantech Well-Known Member Licensed User Longtime User Aug 5, 2026 #1 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: Aug 5, 2026
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.
teddybear Well-Known Member Licensed User Aug 5, 2026 #2 The answer is yes. such as B4X: root.SetBitmap(LoadBitmapResize(File.DirAssets,"xxx.jpg",root.Width,root.Height, False)) Upvote 0
The answer is yes. such as B4X: root.SetBitmap(LoadBitmapResize(File.DirAssets,"xxx.jpg",root.Width,root.Height, False))