summaryrefslogtreecommitdiffstats
path: root/res/values-sw600dp
diff options
context:
space:
mode:
authorAndy Huang <ath@google.com>2013-04-05 15:09:28 -0700
committerAndy Huang <ath@google.com>2013-04-08 18:43:43 -0700
commitfbc519e976de0c0debd810ed8c7f77de44d136a1 (patch)
tree358d5933277021961f3925697a59f6bc77a5716e /res/values-sw600dp
parentb02f9292d35736e27d2250a0a61470c86ea0e527 (diff)
downloadandroid_packages_apps_UnifiedEmail-fbc519e976de0c0debd810ed8c7f77de44d136a1.tar.gz
android_packages_apps_UnifiedEmail-fbc519e976de0c0debd810ed8c7f77de44d136a1.tar.bz2
android_packages_apps_UnifiedEmail-fbc519e976de0c0debd810ed8c7f77de44d136a1.zip
spring cleaning; implement new conv list redlines
Unify all Email and Gmail list item layouts. App-specific features are now enabled/disabled in code rather than through XML includes and overrides. I find this easier to understand and maintain. Folders now bottom-aligned. Item heights are now dynamic and variable. There is now room to display 5+ folders - removed max of 4. Copy more dimensions and styles from Coordinates so layout control is more centralized and normalized. Make Coordinates values final. Bundle the now-numerous configuration flags into Coordinates.Config. Remove most fixed vertical margins in favor of values from font metrics. Static caches considered harmful - moved coordinates cache to hang off of adapter, which fixes configuration changes not taking effect (e.g. font size, language). Removed overspecified styles (font sizes). Will remove old layouts and styles in a followup set of cross-project CLs. TODO: fix hard-coded leave-behind height - too short. Bug: 8393227 Change-Id: I85239cbd97c485d7f73103a80d5ab92069b550d9
Diffstat (limited to 'res/values-sw600dp')
-rw-r--r--res/values-sw600dp/colors.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/res/values-sw600dp/colors.xml b/res/values-sw600dp/colors.xml
index 429646732..8d9573261 100644
--- a/res/values-sw600dp/colors.xml
+++ b/res/values-sw600dp/colors.xml
@@ -16,12 +16,5 @@
limitations under the License.
-->
<resources>
-<!-- Conversation List Item Colors -->
- <color name="subject_text_color_unread">#333333</color>
- <color name="snippet_text_color_unread">#555555</color>
- <color name="senders_text_color_unread">#333333</color>
- <color name="subject_text_color_read">#444444</color>
- <color name="snippet_text_color_read">#666666</color>
- <color name="senders_text_color_read">#444444</color>
<color name="folder_list_background_color">@android:color/transparent</color>
</resources>