context
模式不会在lollipop
上显示默认图标(复制,粘贴),它可以使用或其他版本。以下是主题“values-21
<resources>
<style name="BaseTheme.MainTheme">
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:fitsSystemWindows">true</item>
<item name="android:statusBarColor">@color/grey</item>
</style>
<style name="BaseTheme.MainTheme.WithNavDrawer">
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:windowActionModeOverlay">true</item>
<item name="android:statusBarColor">@color/grey</item>
</style>
</resources>