【问题标题】:Invert icon color of status bar cordova反转状态栏cordova的图标颜色
【发布时间】:2017-05-28 08:39:37
【问题描述】:

我需要更改状态栏图标和字体的颜色。和Soundcloud的例子一样……我可以把背景改成白色,但是图标是白色的,不区分

soundcloud statusbar example

my app status bar

【问题讨论】:

    标签: javascript android css cordova statusbar


    【解决方案1】:

    我觉得你应该试试:

    .status-bar{
      background-color:white;
      color:red;
    }
    

    【讨论】:

    • 这是 Android 状态栏,不是 CSS。
    猜你喜欢
    • 2016-05-09
    • 2015-07-16
    • 1970-01-01
    • 1970-01-01
    • 2023-03-30
    • 1970-01-01
    • 2023-03-31
    相关资源
    最近更新 更多