Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要知道 . 所指的颜色到底是什么android.R.color.holo_red_light。在哪里检查?请指教。谢谢你。
android.R.color.holo_red_light
转到your-android-sdk-location\platforms\android-14\data\res并在 xml 文件中搜索该字符串。
your-android-sdk-location\platforms\android-14\data\res
好的,是的
<color name="holo_red_light">#ffff4444</color>
在里面\android-sdk\platforms\android-14\data\res\values\colors.xml
\android-sdk\platforms\android-14\data\res\values\colors.xml