Android Question Menu and showupindicator

Tom1s

Member
Licensed User
Longtime User
Hi

If I use appcompat actionbar and jfenstein10 sliding menu how I can get menu to open with showupindicator?

With stdtoolbar it opens with this but this does not work even with stdtoolbar with appcompat theme and lollipop?

B4X:
Sub bar_ButtonClicked
sm.ShowMenu
    Log("bar button clicked")
End Sub
 

Tom1s

Member
Licensed User
Longtime User
Thanks it worked.. How about that "Refresh" button?
This does not work:
B4X:
Sub Activity_ActionBarRefreshClick
 
Last edited:
Upvote 0

Tom1s

Member
Licensed User
Longtime User
That button
 

Attachments

  • refresh.jpg
    refresh.jpg
    2.9 KB · Views: 266
Upvote 0

Tom1s

Member
Licensed User
Longtime User
Me stupid... too easy. I tried Actionrefresh_click,Actionmenu_Click etc...
Thanks again.
 
Upvote 0
Top