Android Question stdActionbar question

mrossen

Active Member
Licensed User
Longtime User
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
 
Top