Android Question ACToolBarLight

Hamied Abou Hulaikah

Well-Known Member
Licensed User
Longtime User
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
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

Semen Matusovskiy

Well-Known Member
Licensed User
can send me example for popupmenu that appear friendly and exactly in the position of the icon menu?

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:
Upvote 0
Top