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?
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