actionbar content color in android

Solutions on MaxInterview for actionbar content color in android by the best coders in the world

showing results for - "actionbar content color in android"
Hanna
21 Jul 2019
1getActionBar()/* or getSupportActionBar() */.setTitle(Html.fromHtml("<font color=\"red\">" + getString(R.string.app_name) + "</font>"));
2
similar questions
queries leading to this page
actionbar content color in android