I have a layout with an ACToolBarLight at the top and an B4X ImageViewbelow this.
When the layout loads the ACToolBarLight is obscuring the B4X ImageView (see link).
In Designer view I have tried this:
and also this:
with no positive outcome. Note: I have applied the "AutoScaleAll" both on or off with no positive effect.
My anchor settings and layout for the ImageView are (use link).
I set the B4X imageview settings with the following code:
Any assistance appreciated.
When the layout loads the ACToolBarLight is obscuring the B4X ImageView (see link).
In Designer view I have tried this:
B4X:
imageViewTop.Top=0%y
imageViewTop.Left=0%x
imageViewTop.Right=100%x
and also this:
B4X:
imageViewTop.Top=ACToolBarLight1.Bottom
imageViewTop.Left=0%x
imageViewTop.Right=100%x
with no positive outcome. Note: I have applied the "AutoScaleAll" both on or off with no positive effect.
My anchor settings and layout for the ImageView are (use link).
I set the B4X imageview settings with the following code:
B4X:
imageViewTop.SetBitmap(xui.LoadBitmapResize(File.DirAssets, Pics(Counter),imageViewTop.Width, imageViewTop.Height, False)) 'False removes KeepAspectRatio
Any assistance appreciated.
Attachments
Last edited: