colors.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright (C) 2008 ZXing authors
  4. Licensed under the Apache License, Version 2.0 (the "License");
  5. you may not use this file except in compliance with the License.
  6. You may obtain a copy of the License at
  7. http://www.apache.org/licenses/LICENSE-2.0
  8. Unless required by applicable law or agreed to in writing, software
  9. distributed under the License is distributed on an "AS IS" BASIS,
  10. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. See the License for the specific language governing permissions and
  12. limitations under the License.
  13. -->
  14. <resources>
  15. <color name="transparent_background">#50000000</color>
  16. <color name="message_success">#ee00ff00</color>
  17. <color name="message_fail">#eeff0000</color>
  18. <!--
  19. <color name="contents_text">#ff000000</color>
  20. <color name="encode_view">#ffffffff</color>
  21. -->
  22. <color name="possible_result_points">
  23. #c0ffbd21
  24. </color> <!-- Android standard ICS color -->
  25. <!-- <color name="result_minor_text">#ffc0c0c0</color> -->
  26. <color name="result_points">
  27. #c099cc00
  28. </color> <!-- Android standard ICS color -->
  29. <!-- <color name="result_text">#ffffffff</color> -->
  30. <color name="result_view">
  31. #b0000000
  32. </color><color name="status_text">
  33. #ffffffff
  34. </color><color name="transparent">
  35. #00000000
  36. </color><color name="viewfinder_laser">
  37. #ffcc0000
  38. </color> <!-- Android standard ICS color -->
  39. <color name="viewfinder_mask">
  40. #60000000
  41. </color>
  42. </resources>