Android Question Hexmenu

RUNO

Active Member
Licensed User
Longtime User
Can I put image for hexmenu like background not for items , how?
 

stevel05

Expert
Licensed User
Longtime User
Try adding a sub to get the base to the hexmenu.bas

B4X:
Public Sub getBase As B4XView
    Return mBase
End Sub

Then use the setbitmap or SetColorAndBorder methods on the base.
 
Upvote 0
Top