summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2014-08-07 20:41:16 -0700
committerAndrew Sapperstein <asapperstein@google.com>2014-08-08 11:08:28 -0700
commite08470786690bde85bc76c9f8d443ed119f3a025 (patch)
tree2f3b3c20a763c61b93b22cf4fee7ce05e48b78de /res/layout
parent327774c891c252fa5311ee8e5b158db544a8c6b9 (diff)
downloadandroid_packages_apps_UnifiedEmail-e08470786690bde85bc76c9f8d443ed119f3a025.tar.gz
android_packages_apps_UnifiedEmail-e08470786690bde85bc76c9f8d443ed119f3a025.tar.bz2
android_packages_apps_UnifiedEmail-e08470786690bde85bc76c9f8d443ed119f3a025.zip
CV divider tweaks. Fixes b/16880210.
Also tweaks some padding for CV attachments. Change-Id: Ic364f012ed35773681f884c8402e19f16f5bca22
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/conversation_message_footer.xml2
-rw-r--r--res/layout/conversation_view_border.xml4
-rw-r--r--res/layout/drawer_footer_item.xml2
-rw-r--r--res/layout/folder_list_header.xml2
4 files changed, 5 insertions, 5 deletions
diff --git a/res/layout/conversation_message_footer.xml b/res/layout/conversation_message_footer.xml
index 1e0c6d1c4..819d6ea71 100644
--- a/res/layout/conversation_message_footer.xml
+++ b/res/layout/conversation_message_footer.xml
@@ -41,7 +41,7 @@
android:id="@+id/attachment_tile_grid"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginBottom="12dp"
+ android:layout_marginBottom="4dp"
android:visibility="gone"
style="@style/AttachmentMarginStyle" />
diff --git a/res/layout/conversation_view_border.xml b/res/layout/conversation_view_border.xml
index 89ec42777..b2df1ba3b 100644
--- a/res/layout/conversation_view_border.xml
+++ b/res/layout/conversation_view_border.xml
@@ -18,7 +18,7 @@
<View xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/border"
android:layout_width="match_parent"
- android:layout_height="1dp"
+ android:layout_height="@dimen/divider_height"
android:layout_marginLeft="@dimen/conversation_border_margin_side"
android:layout_marginRight="@dimen/conversation_border_margin_side"
- android:background="@color/conversation_view_border_color" /> \ No newline at end of file
+ android:background="@color/conversation_view_border_color" />
diff --git a/res/layout/drawer_footer_item.xml b/res/layout/drawer_footer_item.xml
index 16b6ee07b..9e003fc94 100644
--- a/res/layout/drawer_footer_item.xml
+++ b/res/layout/drawer_footer_item.xml
@@ -25,7 +25,7 @@
<View
android:id="@+id/top_border"
android:layout_width="match_parent"
- android:layout_height="@dimen/drawer_item_divider_thickness"
+ android:layout_height="@dimen/divider_height"
android:background="@color/divider_color"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp" />
diff --git a/res/layout/folder_list_header.xml b/res/layout/folder_list_header.xml
index 935e80cf6..584f7cc4a 100644
--- a/res/layout/folder_list_header.xml
+++ b/res/layout/folder_list_header.xml
@@ -25,7 +25,7 @@
<View
android:layout_width="match_parent"
- android:layout_height="1px"
+ android:layout_height="@dimen/divider_height"
android:layout_marginTop="8dp"
android:background="@color/divider_color" />