Tencent / QMUI_Android

提高 Android UI 开发效率的 UI 库
http://qmuiteam.com/android
Other
14.44k stars 2.68k forks source link

DEMO:QMUIStatusBarHelper oppo r9m 字体改变没有效果 #143

Closed guangzq closed 6 years ago

guangzq commented 6 years ago

运行环境

具体问题描述

demo中状态栏字体改变没有效果

cgspine commented 6 years ago

Android 5.x 是没办法状态栏改字体颜色的,它只作用于 Android 6.x+, 魅族、小米

Shimingli commented 6 years ago

是不是判断下手机设备然后选择是否使用透明的头部 对吧

cgspine commented 6 years ago

对,所以 QMUIStatusBarHelper.translucent(Activity activity, @ColorInt int colorOn5x) 支持传第二个参数,在 android 5.x 让状态栏背景半透明