gpt4 book ai didi

android - 在 Kitkat 等较旧的 sdk 中使用 colorPrimaryDark

转载 作者:行者123 更新时间:2023-11-30 02:15:55 37 4
gpt4 key购买 nike

我正在尝试使用这个:https://stackoverflow.com/a/24633486/4707917

但它对 kitkat 不起作用...

我只需要 colorPrimaryDark 就像 kitkat 中的 Lollipop 或更旧的 sdk。(没有任何库!)

ide:android studio.

任何解决方案?

最佳答案

以下提供的信息基于此 blog post由为 Android 团队工作的人提供。

您可以使用 android 支持库来完成此操作。首先将对 v7 支持库的依赖添加到您的 build.gradle 文件中:

dependencies {
...
compile "com.android.support:appcompat-v7:21.0.+"
}

您现在可以在 themes.xml 文件中使用 colorPrimaryDark 属性。您需要做的就是确保您的样式继承自 appcompat 样式,例如:parent="Theme.AppCompat.Light"

Please note that this will only affect the styles of the action bar.

关于android - 在 Kitkat 等较旧的 sdk 中使用 colorPrimaryDark,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29344494/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com