A achtrade Active Member Licensed User Longtime User Oct 18, 2016 #1 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 64.1 KB · Views: 203
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.
mangojack Expert Licensed User Longtime User Oct 18, 2016 #2 This might be of interest .. https://www.b4x.com/android/forum/threads/custom-list-view.70008/#content Try adding your Imageview with code instead of designer .. worked OK here. Upvote 0
This might be of interest .. https://www.b4x.com/android/forum/threads/custom-list-view.70008/#content Try adding your Imageview with code instead of designer .. worked OK here.
Erel B4X founder Staff member Licensed User Longtime User Oct 18, 2016 #3 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. Upvote 0
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.
A achtrade Active Member Licensed User Longtime User Oct 18, 2016 #4 Erel said: 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. Click to expand... it didn't work. I tried with 2 and 5 Attachments screen.jpg 72.4 KB · Views: 162 Upvote 0
Erel said: 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. Click to expand... it didn't work. I tried with 2 and 5
LucaMs Expert Licensed User Longtime User Oct 19, 2016 #5 Erel said: You need to put the ImageView in a panel Click to expand... and set the elevation of this second panel. Upvote 0
Erel said: You need to put the ImageView in a panel Click to expand... and set the elevation of this second panel.
A achtrade Active Member Licensed User Longtime User Oct 19, 2016 #6 LucaMs said: and set the elevation of this second panel. Click to expand... Thank you LucaMS, that worked, 2 panels Upvote 0
LucaMs said: and set the elevation of this second panel. Click to expand... Thank you LucaMS, that worked, 2 panels
LucaMs Expert Licensed User Longtime User Oct 19, 2016 #7 achtrade said: Thank you LucaMS, that worked, 2 panels Click to expand... Thanks to Erel, not to me Upvote 0