I'm new and I have created a toolbar for my activity.
Is it possible to set a 'text button' instead of a res Image
I would like to have a clickable thing with 'new track' on it instead of a plus
xmlns:app="http://schemas.android.com/apk/res-auto">
<item android:id="@+id/add"
android:visible="true"
android:title="@string/addsome"
android:icon="@drawable/ic_plus"
app:showAsAction="always">
</item>
Help would be great
Just remove this line android:icon="@drawable/ic_plus".
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With