S Scantech Well-Known Member Licensed User Longtime User Today at 2:51 AM #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: Today at 2:56 AM
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 Today at 5:14 AM #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))