简体   繁体   English

全息光主题中动作栏的Android颜色代码

[英]Android color code for action bar in holo light theme

I am making an app using Holo dark theme, though I want the action bar to be the same grey like color in Holo light/ default theme. 我正在使用Holo深色主题制作应用程序,尽管我希望操作栏与Holo light /默认主题中的颜色一样具有相同的灰色。 What is the color code that i can use for that? 我可以使用什么颜色代码? Thanks 谢谢

All colors are stored here : 所有颜色都存储在这里:

https://github.com/android/platform_frameworks_base/blob/master/core/res/res/values/colors.xml https://github.com/android/platform_frameworks_base/blob/master/core/res/res/values/colors.xml

The color you looking for is : #fff3f3f3 您寻找的颜色是: #fff3f3f3

#ddd

我不知道如何引用已经定义的那个,所以我自己做了。

<color name="action_bar_background">#ddd</color>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM