Android Question i can't see icones with Activity.AddMenuItem2

Rachbob

Member
Licensed User
here is my code used with

- #FullScreen: False
#IncludeTitle: true
- Activity_Create(FirstTime As Boolean )

B4X:
Activity.AddMenuItem2("Title","out",LoadBitmap(File.DirAssets, "Back_Green.png"))

any help please ?
 

Rachbob

Member
Licensed User
thank you Erel.

with AddMenuItem3 i get the icone but there is no title and there is no menue.
B4X:
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("1")
    Activity.Title="test"
    Activity.AddMenuItem3("Client","clt",LoadBitmap(File.DirAssets,"bootloader.ico"),True)
End Sub
 

Attachments

  • 20200708_133955.jpg
    20200708_133955.jpg
    17.9 KB · Views: 216
Last edited:
Upvote 0
Top