William Hunter Active Member Licensed User Longtime User May 4, 2017 #1 Is there a way to add a clickable button to the bar at the bottom of the screen? Any help greatly appreciated. Regards
Is there a way to add a clickable button to the bar at the bottom of the screen? Any help greatly appreciated. Regards
R ronell Well-Known Member Licensed User Longtime User May 4, 2017 #2 William Hunter said: bar at the bottom of the screen? Click to expand... Upvote 0
William Hunter Active Member Licensed User Longtime User May 4, 2017 #3 ronell said: Click to expand... Upvote 0
R ronell Well-Known Member Licensed User Longtime User May 4, 2017 #4 dont know if theres a way to add button in nav bar, i guess nav bar is not part of the activity layout Upvote 0
dont know if theres a way to add button in nav bar, i guess nav bar is not part of the activity layout
DonManfred Expert Licensed User Longtime User May 4, 2017 #5 No. You can not change this area. It is handled by Android. Upvote 0
William Hunter Active Member Licensed User Longtime User May 4, 2017 #6 Thank you ronell and DonManfred for your replies. corwin42 managed to add a clickable menu icon to this area in his SlideMenu class. I was hoping I could do the same thing, but without the menu. Now I can stop hoping. Thanks again Upvote 0
Thank you ronell and DonManfred for your replies. corwin42 managed to add a clickable menu icon to this area in his SlideMenu class. I was hoping I could do the same thing, but without the menu. Now I can stop hoping. Thanks again
DonManfred Expert Licensed User Longtime User May 4, 2017 #7 But can use the Snackbar from Android Design Support library. if that helps.... https://www.b4x.com/android/forum/t...nal-material-design-components.58893/#content Upvote 0
But can use the Snackbar from Android Design Support library. if that helps.... https://www.b4x.com/android/forum/t...nal-material-design-components.58893/#content