| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Copyright (C) 2008 ZXing authors
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- -->
- <resources>
- <color name="transparent_background">#50000000</color>
- <color name="message_success">#ee00ff00</color>
- <color name="message_fail">#eeff0000</color>
- <!--
- <color name="contents_text">#ff000000</color>
- <color name="encode_view">#ffffffff</color>
- -->
- <color name="possible_result_points">
- #c0ffbd21
- </color> <!-- Android standard ICS color -->
- <!-- <color name="result_minor_text">#ffc0c0c0</color> -->
- <color name="result_points">
- #c099cc00
- </color> <!-- Android standard ICS color -->
- <!-- <color name="result_text">#ffffffff</color> -->
- <color name="result_view">
- #b0000000
- </color><color name="status_text">
- #ffffffff
- </color><color name="transparent">
- #00000000
- </color><color name="viewfinder_laser">
- #ffcc0000
- </color> <!-- Android standard ICS color -->
- <color name="viewfinder_mask">
- #60000000
- </color>
- </resources>
|