Android Question How to show the icon and text on the actionbar right ?

fash866

Member
Licensed User
Longtime User
hi!
i used this code to show the icon and text on the actionbar:

B4X:
Activity.AddMenuItem3("ADD","addNewBt",LoadBitmap(File.DirAssets,"feedback.png"),True)

but it only show the icon not show the text "ADD"
 

fash866

Member
Licensed User
Longtime User
Upvote 0
Top