android - button that is just text in action bar -


i wondering if can put plain text button in action bar. messing around spinner, dont care how looks, how says instead of picture (icon). dont how forced on lfet side of action bar icon.

can make 'button' says options can make appear on right side. in 1 of other apps did on right side, using icon menu. can use text button menu?

try remove android:icon attribute menu xml :

<item android:id="@+id/my_id"           android:title="@string/my_string"           android:showasaction="ifroom|withtext" /> 

or try use icon generator here, chose text tab , generate icons provided text.


Comments

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -