summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorTony Mantler <nicoya@google.com>2014-08-11 11:52:34 -0700
committerTony Mantler <nicoya@google.com>2014-08-11 13:37:09 -0700
commit1aaf4f9954040322bee0ccc77a18eb731a65c781 (patch)
tree83451d3bc884309a80385d9c40638918e2d52e4c /res/layout
parentc013991008a8d7baf4ae40103c150b99f0a102e8 (diff)
downloadandroid_packages_apps_UnifiedEmail-1aaf4f9954040322bee0ccc77a18eb731a65c781.tar.gz
android_packages_apps_UnifiedEmail-1aaf4f9954040322bee0ccc77a18eb731a65c781.tar.bz2
android_packages_apps_UnifiedEmail-1aaf4f9954040322bee0ccc77a18eb731a65c781.zip
Add bottom margin for last footer item in drawer
b/15966080 Change-Id: I6adff812aee597b6bb0943bde11e39aa563fe06f
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/drawer_footer_item.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/layout/drawer_footer_item.xml b/res/layout/drawer_footer_item.xml
index 9e003fc94..946bdd0bf 100644
--- a/res/layout/drawer_footer_item.xml
+++ b/res/layout/drawer_footer_item.xml
@@ -30,7 +30,6 @@
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp" />
-
<LinearLayout
android:layout_height="wrap_content"
android:layout_width="match_parent"
@@ -55,4 +54,9 @@
style="@style/DrawerFooterListItemStyle"/>
</LinearLayout>
+ <Space
+ android:id="@+id/bottom_margin"
+ android:layout_width="match_parent"
+ android:layout_height="8dp" />
+
</LinearLayout>