Home | History | Annotate | Download | only in values
      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="white">#ffffffff</color>
     24     <color name="black">#ff000000</color>
     25     
     26     <color name="bookmarkWidgetHeader">#383847</color>
     27     <color name="bookmarkWidgetDivider">#383847</color>
     28     <color name="bookmarkWidgetItemBackground">#2b2b3c</color>
     29     <color name="bookmarkWidgetFolderBackground">#A0383847</color>
     30     <color name="bookmarkWidgetFaviconBackground">#23ffffff</color>
     31     <color name="bookmarkListFaviconBackground">#23ffffff</color>
     32     <color name="tabFaviconBackground">#FF555555</color>
     33     <color name="tabFocusHighlight">#FF99CC00</color>
     34     <color name="qcMenuBackground">#C0000000</color>
     35     <color name="qc_normal">#E02A96BC</color>
     36     <color name="qc_selected">#E0FF8800</color>
     37     <color name="qc_sub">#F01A5B73</color>
     38     <color name="qc_tab_nr">#F033B5E5</color>
     39     <color name="tabViewTitleBackground">#D0000000</color>
     40     <color name="navtab_bg">#80606060</color>
     41 </resources>
     42