H Hamied Abou Hulaikah Well-Known Member Licensed User Longtime User Oct 6, 2018 #1 Is it possible to use more than one ACToolBarLight menu in one activity? I mean creating more than ACToolBarLight dynamically inside every customelistview cell??
Is it possible to use more than one ACToolBarLight menu in one activity? I mean creating more than ACToolBarLight dynamically inside every customelistview cell??
DonManfred Expert Licensed User Longtime User Oct 6, 2018 #2 I don´t think so. Per design there should be only one ToolBar in a Activity. You can use any icons you want or popupmenus inside the CLV. Build your own toolbars Upvote 0
I don´t think so. Per design there should be only one ToolBar in a Activity. You can use any icons you want or popupmenus inside the CLV. Build your own toolbars
H Hamied Abou Hulaikah Well-Known Member Licensed User Longtime User Oct 6, 2018 #3 can send me example for popupmenu that appear friendly and exactly in the position of the icon menu? Upvote 0
Semen Matusovskiy Well-Known Member Licensed User Oct 6, 2018 #6 can send me example for popupmenu that appear friendly and exactly in the position of the icon menu? Click to expand... I agree with Don about PopupMenu. But I'd say PopupWindow, because https://developer.android.com/reference/android/widget/PopupMenu is not so powerful as https://developer.android.com/reference/android/widget/PopupWindow . Some days ago I posted https://www.b4x.com/android/forum/t...pper-for-popupwindow-class.97879/#post-616872 There is a sample inside zip. You can place similar "menu" in any place of the screen. I plan to add some functions for listeners (so it will be update in nearest days), but you can check a sample anyway. Last edited: Oct 6, 2018 Upvote 0
can send me example for popupmenu that appear friendly and exactly in the position of the icon menu? Click to expand... I agree with Don about PopupMenu. But I'd say PopupWindow, because https://developer.android.com/reference/android/widget/PopupMenu is not so powerful as https://developer.android.com/reference/android/widget/PopupWindow . Some days ago I posted https://www.b4x.com/android/forum/t...pper-for-popupwindow-class.97879/#post-616872 There is a sample inside zip. You can place similar "menu" in any place of the screen. I plan to add some functions for listeners (so it will be update in nearest days), but you can check a sample anyway.