asales Expert Licensed User Longtime User Oct 26, 2016 #1 I want to show the imageview "above" of the button, but don't work? The imageview is always show "bellow" of the button (see the picture and project in attached). I don't know why and how I fix it? Thanks in advance for any tip. Attachments image_above.zip 19.6 KB · Views: 190
I want to show the imageview "above" of the button, but don't work? The imageview is always show "bellow" of the button (see the picture and project in attached). I don't know why and how I fix it? Thanks in advance for any tip.
asales Expert Licensed User Longtime User Oct 26, 2016 #2 Thanks! I don't found Elevation property in imageview component, but I found this code: https://www.b4x.com/android/forum/threads/setelevation-using-reflection.58055/#post-365521 and set the elevation in imageview: B4X: SetElevation(ImageView1, 8) Upvote 0
Thanks! I don't found Elevation property in imageview component, but I found this code: https://www.b4x.com/android/forum/threads/setelevation-using-reflection.58055/#post-365521 and set the elevation in imageview: B4X: SetElevation(ImageView1, 8)
DonManfred Expert Licensed User Longtime User Oct 26, 2016 #3 Place the image view on a panel Then Set the elevation of the panel to 2 or more in Designer Upvote 0