Matteo Granatiero Active Member Licensed User Feb 9, 2019 #1 B4X: Dim bar As ACActionBar bar.Initialize bar.ShowUpIndicator=True but the arrow appears white, how can I solve it? how do I close the activity by clicking on the arrow?
B4X: Dim bar As ACActionBar bar.Initialize bar.ShowUpIndicator=True but the arrow appears white, how can I solve it? how do I close the activity by clicking on the arrow?
Erel B4X founder Staff member Licensed User Longtime User Feb 10, 2019 #3 You should handle this event: B4X: Sub ACToolBarLight1_NavigationItemClick Log("ACToolBarLight1_NavigationItemClick") End Sub Example: https://www.b4x.com/android/forum/threads/appcompat-with-toolbar-minimal-example.79896/ Upvote 0
You should handle this event: B4X: Sub ACToolBarLight1_NavigationItemClick Log("ACToolBarLight1_NavigationItemClick") End Sub Example: https://www.b4x.com/android/forum/threads/appcompat-with-toolbar-minimal-example.79896/