Android Question ImageView doesn't want to go in front of CustomListView

achtrade

Active Member
Licensed User
Longtime User
In the designer it looks good but in the device the ImageView is behind the CustomListView, why ?

I need the ImageView in front of CustomListView, they both are create in the designer.

I also used Send to Back for the CustomListView and Bring to Front for the ImageView and it didn't work.

thanks.
 

Attachments

  • screen.jpg
    screen.jpg
    64.1 KB · Views: 183

achtrade

Active Member
Licensed User
Longtime User
It is related to the panels elevation.
You need to put the ImageView in a panel and set the panel's elevation (with the designer) to 2 or more.
it didn't work. I tried with 2 and 5
 

Attachments

  • screen.jpg
    screen.jpg
    72.4 KB · Views: 140
Upvote 0
Top