hi, i'm using appcompat and ACActionBar
i want to show upindicator on actionbar.
Sub Globals
.......
Dim AC As AppCompat
Dim ABHelper As ACActionBar
Private ActionBar As ACToolBarLight
'end toolbar
.......
End Sub
Sub Activity_Create(FirstTime As Boolean)
.....
ActionBar.SetAsActionBar
ABHelper.Initialize
ABHelper.ShowUpIndicator = True
.....
End Sub
i add, according to this thread, https://www.b4x.com/android/forum/t...ndicator-is-not-useable-in-andorid-5-0.56496/.
but not working.
i'm using lolipop 5.0.1
Sub Activity_ActionBarHomeClick
Activity.Finish
End Sub
can you help me ? what is supposed the correct syntax
i want to show upindicator on actionbar.
Sub Globals
.......
Dim AC As AppCompat
Dim ABHelper As ACActionBar
Private ActionBar As ACToolBarLight
'end toolbar
.......
End Sub
Sub Activity_Create(FirstTime As Boolean)
.....
ActionBar.SetAsActionBar
ABHelper.Initialize
ABHelper.ShowUpIndicator = True
.....
End Sub
i add, according to this thread, https://www.b4x.com/android/forum/t...ndicator-is-not-useable-in-andorid-5-0.56496/.
but not working.
i'm using lolipop 5.0.1
Sub Activity_ActionBarHomeClick
Activity.Finish
End Sub
can you help me ? what is supposed the correct syntax