blob: 61ed8ff20d9b1a23c2d476280098c013cdf7e5b0 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
/**
* Copyright (C) 2014 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.
*/
-->
<resources>
<color name="text_black">#df000000</color>
<color name="light_gray">#ebebeb</color>
<color name="white">#ffffff</color>
<color name="teal">#4cb5ab</color>
<color name="light_teal">#a2dedb</color>
<color name="dark_turquoise">#4db6ac</color>
<color name="transparent_dark_turquoise">#204db6ac</color>
<color name="accent">@color/dark_turquoise</color>
<color name="accent_transparent">@color/transparent_dark_turquoise</color>
</resources>