3
score
29.9K
views
no
status
CC BY-SA 3.0
How to get ActionBar view?
This will get the Toolbar / ActionBar when using the native ActionBar , your own Toolbar from appcompat, or the native Toolbar on Lollipop:
Technical answers from my Stack Overflow history, with source links and licenses.
Showing 2 of 2 answers tagged android-actionbar-compat
Exported May 9, 2026
This will get the Toolbar / ActionBar when using the native ActionBar , your own Toolbar from appcompat, or the native Toolbar on Lollipop:
Set appcompat icon and title text color using styles: Set appcompat icon and title text color programmatically: To set the color on the ActionBar title you need to use SpannableString. The icon is not showing becuase...