Blame view

android/PromoterRelease/res/values/colors.xml 404 Bytes
d1683fe9a   luohaijiang   Promoter Resulce
1
2
3
4
5
  <?xml version="1.0" encoding="utf-8"?>
  <resources>
  
      <color name="white">#ffffff</color>
      <color name="black">#000000</color>
636deb8ba   赵康   release1.0.2
6
7
8
9
10
11
      <color name="transparent">#00FFFFFF</color>
      <color name="common_bg">#cdc1c1</color>
      <color name="gray2">#6c6a6e</color>
      <color name="edit_text_color">#ff9000</color>
      <color name="red">#ff0000</color>
      <color name="gray">#514c52</color>
d1683fe9a   luohaijiang   Promoter Resulce
12

d1683fe9a   luohaijiang   Promoter Resulce
13
  </resources>