blob: e9342743ceafcd2e7d1deb2ac41f4e4fcc927ab5 [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 -->
Ivan Chiang2ee32032021-11-26 17:06:25 +080022 <color name="picker_background_color">@android:color/white</color>
Sahana Raoa6cab8e2021-06-04 09:13:59 +010023 <color name="picker_default_white">@android:color/white</color>
Ivan Chiang0443b812021-11-08 10:52:18 +080024 <color name="picker_drag_bar_color">#DADCE0</color>
Sahana Raoa6cab8e2021-06-04 09:13:59 +010025
Ivan Chiang2ee32032021-11-26 17:06:25 +080026 <!-- PhotoPicker check button -->
27 <color name="picker_unselected_check_color">@android:color/white</color>
Ivan Chiangf1bc61e2021-07-19 16:13:56 +080028
Sahana Rao7cafa3f2021-07-28 09:19:51 +010029 <!-- PhotoPicker gradient colors -->
Ivan Chiang2ee32032021-11-26 17:06:25 +080030 <color name="picker_item_gradient_color">#61202124</color> <!-- 38% opacity -->
Sahana Rao7cafa3f2021-07-28 09:19:51 +010031 <color name="preview_gradient_color_light">@android:color/transparent</color>
32 <color name="preview_gradient_color_dark">#80202124</color>
Ivan Chiangd191f222021-11-03 14:38:09 +080033 <color name="preview_scrim_solid_color">#E6000000</color> <!-- 90% opacity black -->
Ivan Chiangb7afd1c2021-05-25 10:37:08 +080034
Sahana Raoc5ed5cb2021-05-21 16:46:32 +010035 <!-- PhotoPicker Preview -->
Ivan Chiang2ee32032021-11-26 17:06:25 +080036 <color name="preview_highlight_color">#8AB4F8</color>
Sahana Raoa6cab8e2021-06-04 09:13:59 +010037 <color name="preview_default_grey">#202124</color>
Ivan Chiang2ee32032021-11-26 17:06:25 +080038 <color name="preview_background_color">@android:color/black</color>
Abhijeet Kaur0b06bce2021-07-11 20:50:31 +010039
Abhijeet Kaur4effae32021-08-11 18:01:16 +010040 <!-- PhotoPicker Profile Button -->
Abhijeet Kaur4effae32021-08-11 18:01:16 +010041 <color name="picker_profile_disabled_button_content_color">#1F1F1F</color>
42 <color name="picker_profile_disabled_button_background_color">#DADADA</color>
Ivan Chiangd6828c12020-06-11 17:37:51 +080043</resources>