ocalle Active Member Licensed User Longtime User Feb 14, 2018 #1 Hello, I wanna ask if this is possible to do, a List with images and buttons ovelapped. Attached is an example Thanks! Osvaldo Attachments overlapping.png 77 KB · Views: 190
Hello, I wanna ask if this is possible to do, a List with images and buttons ovelapped. Attached is an example Thanks! Osvaldo
Erel B4X founder Staff member Licensed User Longtime User Feb 14, 2018 #2 Yes. It is very simple to create such layout. Use xCustomListView. Add an elevated panel with a round button: https://www.b4x.com/android/forum/threads/add-button.76946/#post-487638 Upvote 0
Yes. It is very simple to create such layout. Use xCustomListView. Add an elevated panel with a round button: https://www.b4x.com/android/forum/threads/add-button.76946/#post-487638
johndb Active Member Licensed User Longtime User Feb 14, 2018 #3 Erel said: Yes. It is very simple to create such layout. Use xCustomListView. Add an elevated panel with a round button: https://www.b4x.com/android/forum/threads/add-button.76946/#post-487638 Click to expand... I would use the Floating Action Button in this library https://www.b4x.com/android/forum/threads/floating-action-button.49178/#content. It automatically hides when scrolling down a listview. Upvote 0
Erel said: Yes. It is very simple to create such layout. Use xCustomListView. Add an elevated panel with a round button: https://www.b4x.com/android/forum/threads/add-button.76946/#post-487638 Click to expand... I would use the Floating Action Button in this library https://www.b4x.com/android/forum/threads/floating-action-button.49178/#content. It automatically hides when scrolling down a listview.