/
githubmirror
/
zxing
Обзор
Документация
Войти
/
githubmirror
/
zxing
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
android/res/values/colors.xml
29 строк
1 KB
srowen
Standardize colors, dimensions, text sizes, tweak and simplify layouts slightly
10 сен 2012, 19:55
10 сен 2012, 19:55
780be33
Код
Авторство
О чём код?
<?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="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>