【问题标题】:How to match the menu bar/notification bar color match application如何匹配菜单栏/通知栏颜色匹配应用程序
【发布时间】:2014-05-18 23:41:04
【问题描述】:

我有一个 Android 应用程序,它允许用户根据他们选择的选择更改背景颜色。

这是改变颜色的线:

appBackground.setBackgroundColor(Color.rgb(inRed, inGreen, inBlue));

如何更改菜单栏颜色以及通知栏以更改为用户选择的颜色?

我知道这只有在 KitKat 中才有可能,但有人能指点我吗...

【问题讨论】:

    标签: android android-notifications


    【解决方案1】:

    如果您想要如下图所示的效果,请查看此处: Why can't we use a Translucent system bars with and ActionBar

    如您所见,背景颜色可以通过编程方式更改(因此未在 xml 中定义)。

    【讨论】:

      猜你喜欢
      • 2011-12-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-01-21
      • 2015-09-15
      • 1970-01-01
      相关资源
      最近更新 更多