Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

android xml statusbar text color

"In theme.xml"

"color of the status bar itself , set color white for white, black for black etc"
<item name="android:statusBarColor">@color/colorPrimaryDark</item> 

"if true text color = black , if false text color = white"
<item name="android:windowLightStatusBar">true</item> 


Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #android #xml #statusbar #text #color
ADD COMMENT
Topic
Name
6+4 =