67 lines
2.8 KiB
XML
67 lines
2.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2021 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>
|
|
|
|
<!-- The color of the drag bar in the photo picker -->
|
|
<attr name="pickerDragBarColor" format="reference|color" />
|
|
|
|
<!-- The highlight color of the photo picker. E.g. Add button -->
|
|
<attr name="pickerHighlightColor" format="reference|color" />
|
|
|
|
<!-- The most prominent highlight text color of the photo picker. E.g. Add button -->
|
|
<attr name="pickerHighlightTextColor" format="reference|color" />
|
|
|
|
<!-- The background color of the profile button. -->
|
|
<attr name="pickerProfileButtonColor" format="reference|color" />
|
|
|
|
<!-- The background color of the profile button when disabled. -->
|
|
<attr name="pickerDisabledProfileButtonColor" format="reference|color" />
|
|
|
|
<!-- The text color of the profile button. -->
|
|
<attr name="pickerProfileButtonTextColor" format="reference|color" />
|
|
|
|
<!-- The text color of the profile button when disabled. -->
|
|
<attr name="pickerDisabledProfileButtonTextColor" format="reference|color" />
|
|
|
|
<!-- The selected background color of the tab. -->
|
|
<attr name="pickerSelectedTabBackgroundColor" format="reference|color" />
|
|
|
|
<!-- The selected text color of the tab. -->
|
|
<attr name="pickerSelectedTabTextColor" format="reference|color" />
|
|
|
|
<!-- The default background color of the tab. -->
|
|
<attr name="pickerTabBackgroundColor" format="reference|color" />
|
|
|
|
<!-- The most prominent text color of the photo picker. -->
|
|
<attr name="pickerTextColor" format="reference|color" />
|
|
|
|
<!-- The selected color of the view selected button and check icon -->
|
|
<attr name="pickerSelectedColor" format="reference|color" />
|
|
|
|
<!-- Photo Picker Profile Dialog button and icon color. -->
|
|
<attr name="pickerProfileDialogButtonAndIconColor" format="reference|color" />
|
|
|
|
<!-- Photo Picker Profile Dialog title color. -->
|
|
<attr name="pickerProfileDialogTitleColor" format="reference|color" />
|
|
|
|
<!-- Photo Picker Profile Dialog body color. -->
|
|
<attr name="pickerProfileDialogBodyColor" format="reference|color" />
|
|
|
|
<!-- Photo Picker Profile Dialog background color. -->
|
|
<attr name="pickerProfileDialogBackgroundColor" format="reference|color" />
|
|
|
|
</resources>
|