summaryrefslogtreecommitdiffstats
path: root/res/layout/conversation_pager.xml
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2013-07-25 14:29:56 -0700
committerAndrew Sapperstein <asapperstein@google.com>2013-07-25 15:32:02 -0700
commit14f937408fe2451a91b44d3cd7d141347e716775 (patch)
tree3c6fa8ce98f4e2ce91b6d1e81d2371536622279c /res/layout/conversation_pager.xml
parenta3932b3f8746406559844070b390a7ede49aec44 (diff)
downloadandroid_packages_apps_UnifiedEmail-14f937408fe2451a91b44d3cd7d141347e716775.tar.gz
android_packages_apps_UnifiedEmail-14f937408fe2451a91b44d3cd7d141347e716775.tar.bz2
android_packages_apps_UnifiedEmail-14f937408fe2451a91b44d3cd7d141347e716775.zip
Conversation View UI Refresh: Cards.
Lots of changes: New show pictures asset. Added border as a new view type in the conversation view to vertically separate cards. Changing its size is TBD. Final UI for details header (both collapsed and expanded). Side borders are accomplished via a new overlay layer that is positions a view to each side of the conversation view. Lots of dimension changes, padding and margin changes, and other pixelpushing. Change-Id: I4029ae46896e27fe20b005c01b8df04bb2a46c2a
Diffstat (limited to 'res/layout/conversation_pager.xml')
-rw-r--r--res/layout/conversation_pager.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/conversation_pager.xml b/res/layout/conversation_pager.xml
index 5fc13d15c..9985939bb 100644
--- a/res/layout/conversation_pager.xml
+++ b/res/layout/conversation_pager.xml
@@ -20,7 +20,7 @@
android:id="@+id/conversation_pane"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@android:color/white"
+ android:background="@color/conversation_view_border_color"
android:visibility="gone">
<android.support.v4.view.PagerTitleStrip