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
Post a Comment