Came across this library and it looks very nice indeed:
https://www.b4x.com/android/forum/threads/droppy-dropdown-menu.81918/
I am thinking I could use this to replace the regular 3-dot overflow menu.
Main reason to do this is to do with the fact that there is no simple way (via an event
triggered by clicking the 3 dots) to hide the keyboard before showing the menu.
Other benefits are the menu item separators and the menu item icons you can add.
Now I have 3 questions to do with this library:
1. How does the AppCompat library come into play? As far as I can see this library is not used in the supplied example app and I can remove the AppCompat library and the demo app, still works fine.
2. Could I initialize(anchor) the DroppyMenuPopup to an ACMenuItem of my AppCompat ACMenu?
This would avoid the trouble of placing the 3-dot button in the right place on the AC Toolbar.
3. Is there any example somewhere showing Droppy used with an AppCompat Toolbar?
RBS
https://www.b4x.com/android/forum/threads/droppy-dropdown-menu.81918/
I am thinking I could use this to replace the regular 3-dot overflow menu.
Main reason to do this is to do with the fact that there is no simple way (via an event
triggered by clicking the 3 dots) to hide the keyboard before showing the menu.
Other benefits are the menu item separators and the menu item icons you can add.
Now I have 3 questions to do with this library:
1. How does the AppCompat library come into play? As far as I can see this library is not used in the supplied example app and I can remove the AppCompat library and the demo app, still works fine.
2. Could I initialize(anchor) the DroppyMenuPopup to an ACMenuItem of my AppCompat ACMenu?
This would avoid the trouble of placing the 3-dot button in the right place on the AC Toolbar.
3. Is there any example somewhere showing Droppy used with an AppCompat Toolbar?
RBS