mrossen Active Member Licensed User Longtime User Apr 10, 2015 #1 Anyone know how to add drowndown menu to a added icon in stdActionbar? I use tabbars. i use this code to add icon: B4X: Dim bd As BitmapDrawable Dim ph As Phone bd = ph.GetResourceDrawable(17301577) Activity.AddMenuItem3("Preferences", "Prefs", bd.Bitmap,True) Mogens
Anyone know how to add drowndown menu to a added icon in stdActionbar? I use tabbars. i use this code to add icon: B4X: Dim bd As BitmapDrawable Dim ph As Phone bd = ph.GetResourceDrawable(17301577) Activity.AddMenuItem3("Preferences", "Prefs", bd.Bitmap,True) Mogens
Erel B4X founder Staff member Licensed User Longtime User Apr 10, 2015 #2 The overflow menu is added automatically to the action bar when there are menu items. Upvote 0