Here's how to change the Android app's status bar. It's not a good idea to specify the color directly, write it in Color.xml.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- ステータスバーの色を変更する--> | |
<item name="android:statusBarColor">@android:color/white</item> |