Is it possible to make the title of the ActionBar clickable?
I guess there is some android.R.id.XXXX
to identify the title in onOptionsItemSelected
, but I can't find any.
To change the title of an activity (to show a more custom title for a certain activity than the application title), you can set the new title either through calling setTitle("foo") on the activity or by setting android:label="@string/price_after_rebate" in your activity style.
There is android.R.id.home for the icon but I am not aware of any for the title text.
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