blob: e593c25bae6de2d6b345421a67192dd8012bf7a0 [file] [log] [blame]
Ivan Chiangd6828c12020-06-11 17:37:51 +08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2020 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<resources>
Ivan Chiang80116182020-07-22 15:35:42 +080018 <color name="thumb_gray_color">#1F000000</color>
19 <color name="clear_cache_icon_color">#5F6368</color>
Ivan Chiange89a1a42021-04-27 13:57:25 +080020
Sahana Raoc5ed5cb2021-05-21 16:46:32 +010021 <!-- PhotoPicker -->
Sahana Raoa6cab8e2021-06-04 09:13:59 +010022 <color name="picker_default_white">@android:color/white</color>
23
24 <!-- PhotoPicker photo grid -->
Ivan Chiangb7afd1c2021-05-25 10:37:08 +080025 <color name="picker_primary_color">#1A73E8</color>
Ivan Chiange89a1a42021-04-27 13:57:25 +080026 <color name="picker_background_color">@android:color/white</color>
Ivan Chiange89a1a42021-04-27 13:57:25 +080027 <color name="picker_highlight_color">#E8F0FE</color>
Ivan Chiangb7afd1c2021-05-25 10:37:08 +080028
Sahana Raoc5ed5cb2021-05-21 16:46:32 +010029 <!-- PhotoPicker Preview -->
Sahana Raoa6cab8e2021-06-04 09:13:59 +010030 <color name="preview_default_blue">#8AB4F8</color>
31 <color name="preview_default_grey">#202124</color>
32 <color name="preview_default_black">@android:color/black</color>
Ivan Chiangd6828c12020-06-11 17:37:51 +080033</resources>