Android Question Capture the Click on ToolbarHelper icon

ThePuiu

Active Member
Licensed User
Longtime User
I use the following code:
B4X:
Dim bd As BitmapDrawable
bd.Initialize(LoadBitmap(File.DirAssets, "stop.png"))
bar.NavigationIconDrawable = bd
ToolbarHelper.Initialize
ToolbarHelper.ShowUpIndicator = True
bar.InitMenuListener
and I don't know how I can capture the Click on the back icon event. Thank you!
 

Attachments

  • Screenshot_20201228-214618.jpg
    Screenshot_20201228-214618.jpg
    10.4 KB · Views: 134
Top