java - Is there a way to show action buttons on all devices including ones with menu button? -
the question says all. want search button in top right of screen on devices. know if there hardware menu button action buttons in popup menu @ bottom don't want that. need buttons on actionbar. preferably not overflow button workaround either.
you can use actionbarsherlock or new v7 support library support actionbar on older devices, including ones hardware menu key. make search menu item have android:showasaction="always"
Comments
Post a Comment