• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/* //device/tests/ComplexLayout/res/values/colors.xml
4**
5** Copyright 2007, 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
21<!-- This file contains resource definitions for displayed strings, allowing
22     them to be changed based on the locale and options. -->
23
24<resources>
25    <color name="gray0">#F000</color>
26    <color name="gray1">#E111</color>
27    <color name="gray2">#D222</color>
28    <color name="gray3">#C333</color>
29    <color name="gray4">#B444</color>
30    <color name="gray5">#A555</color>
31    <color name="gray6">#9666</color>
32    <color name="gray7">#8777</color>
33    <color name="gray8">#7888</color>
34    <color name="gray9">#6999</color>
35    <color name="grayA">#5AAA</color>
36    <color name="grayB">#4BBB</color>
37    <color name="grayC">#3CCC</color>
38    <color name="grayD">#2DDD</color>
39    <color name="grayE">#1EEE</color>
40    <color name="grayF">#0FFF</color>
41    <color name="red">#F00</color>
42    <color name="green">#0F0</color>
43    <color name="blue">#00F</color>
44    <color name="replay_background">#e0eaff</color>
45</resources>
46