Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why is android activity action bar title black?

When I made projects using Android Studio before, the activity action bar title was white by default. I created a new project with same settings as the previous projects (API level 11), but the default color of the activity title color is black. I didn't change anything at all, this is a fresh project. I tried using styles but nothing is working.

like image 350
Cs_Is_Better Avatar asked Nov 08 '22 17:11

Cs_Is_Better


1 Answers

The action bar title color for a new project depends on the default theme used.In case of dark action bar the title color is white,please go and check the theme used in manifest.

like image 150
Anshul Avatar answered Nov 15 '22 10:11

Anshul