File: colors.xml

package info (click to toggle)
android-platform-development 8.1.0%2Br23-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 37,780 kB
  • sloc: ansic: 166,133; xml: 75,737; java: 19,329; python: 11,511; cpp: 8,221; sh: 2,075; lisp: 261; ruby: 183; asm: 132; perl: 129; makefile: 18
file content (45 lines) | stat: -rw-r--r-- 1,650 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="utf-8"?>
<!--
/* //device/tests/ComplexLayout/res/values/colors.xml
**
** Copyright 2007, The Android Open Source Project
**
** 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.
*/
-->

<!-- This file contains resource definitions for displayed strings, allowing
     them to be changed based on the locale and options. -->

<resources>
    <color name="gray0">#F000</color>
    <color name="gray1">#E111</color>
    <color name="gray2">#D222</color>
    <color name="gray3">#C333</color>
    <color name="gray4">#B444</color>
    <color name="gray5">#A555</color>
    <color name="gray6">#9666</color>
    <color name="gray7">#8777</color>
    <color name="gray8">#7888</color>
    <color name="gray9">#6999</color>
    <color name="grayA">#5AAA</color>
    <color name="grayB">#4BBB</color>
    <color name="grayC">#3CCC</color>
    <color name="grayD">#2DDD</color>
    <color name="grayE">#1EEE</color>
    <color name="grayF">#0FFF</color>
    <color name="red">#F00</color>
    <color name="green">#0F0</color>
    <color name="blue">#00F</color>
    <color name="replay_background">#e0eaff</color>
</resources>