【发布时间】:2014-05-18 23:41:04
【问题描述】:
我有一个 Android 应用程序,它允许用户根据他们选择的选择更改背景颜色。
这是改变颜色的线:
appBackground.setBackgroundColor(Color.rgb(inRed, inGreen, inBlue));
如何更改菜单栏颜色以及通知栏以更改为用户选择的颜色?
我知道这只有在 KitKat 中才有可能,但有人能指点我吗...
【问题讨论】:
标签: android android-notifications