OSDN Git Service

0c22bc8e43cc8850231146ac19862b791980f840
[android-x86/packages-apps-Browser.git] / res / values / colors.xml
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     
36     <color name="translucent_white">#11ffffff</color>
37
38     <!-- Gears Dialog -->
39     <color name="permission_border">#f1cc1d</color>
40     <color name="permission_background">#faefb8</color>
41     <color name="shortcut_border">#e8e8e8</color>
42     <color name="shortcut_background">#f8f8f8</color>
43 </resources>
44