oschina android版源码中的颜色值
生活随笔
收集整理的這篇文章主要介紹了
oschina android版源码中的颜色值
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
<?xml?version="1.0"?encoding="utf-8"?>
<resources><color?name="white">#FFFFFF</color><color?name="black">#000000</color><color?name="gray">#808080</color><color?name="red">#FF0000</color><color?name="gold">#FFD700</color><color?name="yellow">#FFFF00</color><color?name="green">#008000</color><color?name="blue">#0000FF</color><color?name="purple">#800080</color><color?name="pink">#FFC0CB</color><color?name="orange">#FFA500</color><color?name="lemonyellow">#FFFACD</color><color?name="graywhite">#F5F5F5</color><color?name="grayslate">#708090</color><color?name="lightblue">#0083FF</color><color?name="full_transparent">#00000000</color><color?name="half_transparent">#aa000000</color><color?name="bright_foreground_light">#ff000000</color><color?name="bright_foreground_light_inverse">#ffffffff</color><color?name="bright_foreground_light_disabled">#80000000</color><color?name="dim_foreground_light">#808080</color><color?name="dim_foreground_light_disabled">#80323232</color><color?name="dim_foreground_light_inverse">#ff006eaa</color><color?name="dim_foreground_light_inverse_disabled">#80bebebe</color><color?name="head_text">#0e5986</color><color?name="author_text">#0e5986</color><color?name="face_bg">#eef1f4</color><color?name="frame_button_text_nor">#033a5c</color><color?name="frame_button_text_select">#FFFFFF</color><color?name="listitem_transparent">#00000000</color><color?name="listitem_black">#ff000000</color><color?name="listitem_white">#ffffffff</color><color?name="listitem_blue">#0e5986</color><color?name="listitem_gray">#ff9da19e</color><color?name="listitem_green">#ffe3ffc6</color><color?name="listitem_greenyellow">#ff87b869</color><color?name="listitem_yellow">#fffaffbf</color>??
</resources>
轉載于:https://my.oschina.net/tingzi/blog/186648
《新程序員》:云原生和全面數字化實踐50位技術專家共同創作,文字、視頻、音頻交互閱讀總結
以上是生活随笔為你收集整理的oschina android版源码中的颜色值的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: struts2:struts.xml配置
- 下一篇: Java HashMap遍历的两种方式