android - Hard menu button on Galaxy s4 -


trying items in action bar text, on galaxy s4 put this

<item     android:id="@+id/options"     android:orderincategory="100"     android:showasaction="withtext"     android:title="@string/options"/> 

shows bottom left hard menu button. in past have gotten by putting image button in action bar, time want text, though when this, still wont show in action bar, rather down once click hard menu button.

any ways deactivate hard menu button? or atleast options in action bar?

i work s3, i'm not sure s4 if change showasaction ifroom, should display in actionbar regardless if there image or not. if want persistent use android:showasaction="always".


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -