summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorMark Wei <markwei@google.com>2013-07-09 16:00:00 -0700
committerMark Wei <markwei@google.com>2013-07-12 14:00:40 -0700
commit81aea35d45b3d0191ec595562a2fcf67009845d5 (patch)
treeae690fd5a9a8aee3e2a842fe53e08f67433701aa /res/values/colors.xml
parenta2fb3206037770eb4797c3b059d52bd862b40e44 (diff)
downloadandroid_packages_apps_UnifiedEmail-81aea35d45b3d0191ec595562a2fcf67009845d5.tar.gz
android_packages_apps_UnifiedEmail-81aea35d45b3d0191ec595562a2fcf67009845d5.tar.bz2
android_packages_apps_UnifiedEmail-81aea35d45b3d0191ec595562a2fcf67009845d5.zip
Final UI for Attachment Previews.
Placeholder pulsates for images not yet loaded. One images loads at a time, that one image will display a spinning progressbar after a delay. Progress bar fixes to ensure it is rotates smoothly. Clear section before drawing to it so transparent images look right. Avoid PhotoManager load loop. Bug: 9745486 Bug: 9816053 Change-Id: I2e65b3e3484d6da47d4e2523404dc745b99dd04c
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 5af4a3d84..3f6ccffb0 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -32,9 +32,8 @@
<color name="date_text_color">@color/dark_gray_text_color</color>
<color name="message_info_text_color">@color/gray_text_color</color>
<color name="subject_text_color">#333333</color>
- <!--todo:markwei get overflow badge and count color from channah-->
- <color name="ap_overflow_badge_color">#aaeeeeee</color>
- <color name="ap_overflow_text_color">@android:color/tertiary_text_light</color>
+ <color name="ap_overflow_badge_color">#eeeeeeee</color>
+ <color name="ap_overflow_text_color">#ff4f4c4c</color>
<!-- a 'checked' item is in the conversation selection set. also the 'pressed' color. -->
<!-- this is holo_blue_light @ 20% opacity -->
<color name="checked_item_background_color">#cfe9f3</color>