/WebVox/res/values/colors.xml
XML | 39 lines | 14 code | 5 blank | 20 comment | 0 complexity | 34732ab70c78ad108d49427611561342 MD5 | raw file
1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3/* //device/apps/common/assets/res/any/http_authentication_colors.xml 4** 5** Copyright 2006, The Android Open Source Project 6** 7** Licensed under the Apache License, Version 2.0 (the "License"); 8** you may not use this file except in compliance with the License. 9** You may obtain a copy of the License at 10** 11** http://www.apache.org/licenses/LICENSE-2.0 12** 13** Unless required by applicable law or agreed to in writing, software 14** distributed under the License is distributed on an "AS IS" BASIS, 15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16** See the License for the specific language governing permissions and 17** limitations under the License. 18*/ 19--> 20<!-- FIXME: Change the name of this file! It is now being used generically 21 for the browser --> 22<resources> 23 <color name="username_text">#ffffffff</color> 24 <color name="username_edit">#ff000000</color> 25 26 <color name="password_text">#ffffffff</color> 27 <color name="password_edit">#ff000000</color> 28 29 <color name="ssl_text_label">#ffffffff</color> 30 <color name="ssl_text_value">#ffffffff</color> 31 32 <color name="white">#ffffffff</color> 33 <color name="black">#ff000000</color> 34 <color name="gray">#ffbbbbbb</color> 35 <color name="dark_gray">#ff777777</color> 36 37 <color name="geolocation_permissions_prompt_background">#ffdddddd</color> 38</resources> 39