Robert Valentino Well-Known Member Licensed User Longtime User May 25, 2017 #1 Using Activity_ActionBarHomeClick and was wondering if there is a Activity_ActionBarHomeLongClick Tried using that routine name and Activity_ActionBarHome_LongClick and neither worked. BobVal
Using Activity_ActionBarHomeClick and was wondering if there is a Activity_ActionBarHomeLongClick Tried using that routine name and Activity_ActionBarHome_LongClick and neither worked. BobVal
Erel B4X founder Staff member Licensed User Longtime User May 26, 2017 #2 There is no long click event. As I answered in this post: https://www.b4x.com/android/forum/threads/titlebar-icon-click.79866/#post-505854 you should use AppCompat if you want it to work on newer versions as well. There is no icon by default in Material theme. Upvote 0
There is no long click event. As I answered in this post: https://www.b4x.com/android/forum/threads/titlebar-icon-click.79866/#post-505854 you should use AppCompat if you want it to work on newer versions as well. There is no icon by default in Material theme.