Android 导航栏颜色修改
发布时间:2016-12-12 来源:查字典编辑
摘要:安卓4.4中在res/values-v19文件夹下添加styles.xml文件内容如下true之后在AndroidManifest.xml中...
安卓4.4中
在res/values-v19文件夹下添加styles.xml文件内容如下 <style name="AppTheme" parent="AppBaseTheme"><item name="android:windowTranslucentStatus">true</item>
</style>
之后在AndroidManifest.xml 中添加属性 android:background="@android:color/holo_blue_bright" android:fitsSystemWindows="true"