Skip to main content

How to change Action Bar title ,title color and remove Action bar shadow


.

DO this simple code at java activity

getSupportActionBar().setTitle(Html.fromHtml("ActionBartitle "));

getSupportActionBar().setElevation(0); /** to remove actionbar shadow **/