I’m having trouble changing androids action bar title color programmatically for v11 and up. I can get it done in xml but need to change it dynamically in code. How should I go about this? Thanks in advance.
I’m having trouble changing androids action bar title color programmatically for v11 and up.
Share
The
ActionBartitle ID is hidden, or in other words, it’s internal and accessing it can’t be done typically. You can reference it usingResources.getIdentifierthenView.findViewByIdthough.Grab the ID for the action_bar_title
Now you can use the ID with a
TextView