Skip to main content

How to change title Bar background color into white and text color into black on android studio ?

.
goto >   style.xml

then

<item name="android:windowLightStatusBar">true</item>
 <item name="android:statusBarColor">#ffffff</item>