replicant-packages_apps_Email/res/values/colors.xml

41 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2008 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.
-->
<!-- STOPSHIP need final colors for all of account_setup_* -->
<!-- See also values-xlarge for specializations for xlarge screens -->
<resources>
<!-- Account setup screens -->
<color name="account_setup_headline_color">#FFA6C839</color>
<color name="account_setup_divider_color">#b6d650</color>
<!-- Main UI -->
<color name="message_list_item_background_unread">#404040</color>
<color name="message_list_item_background_read">#000000</color>
<color name="account_folder_list_item_separator">#303030</color>
<color name="connection_error_banner">#fffff1a8</color>
<!-- STOPSHIP Use same color as EditText tray? -->
<color name="divider_color">#ff808080</color>
<!-- Account color chips on combined view -->
<!-- STOPSHIP Replace with final colors -->
<color name="combined_view_account_color_1">#ff0080ff</color>
<color name="combined_view_account_color_2">#ff800040</color>
<color name="combined_view_account_color_3">#ff009b8b</color>
<color name="combined_view_account_color_4">#fff4fd04</color>
<color name="combined_view_account_color_5">#ffe65020</color>
</resources>