overflow menu

  1. R

    Android Question Droppy library

    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...
  2. R

    Android Question Hiding keyboard before opening overflow menu

    Using the AppCompat library (3.52) and this is the text of the manifest file (in case that is relevant): AddManifestText( <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="26"/> android:normalScreens="true" android:smallScreens="true" android:anyDensity="true"/>)...
  3. walterf25

    iOS Question ToolBar items overflow

    Hi all, i am adding about 11 text items in the bottom toolbar, currently only 6 of them are visible, and there is what looks like an overflow object, is there a way to show the rest of the items in the toolbar, or is there a limit to how many items you can have in the toolbar? I realize that...
Top