From 2e3a97d62547d1a9447ca4ae669b862f3e8fb8e1 Mon Sep 17 00:00:00 2001 From: Mindy Pereira Date: Wed, 2 Nov 2011 08:58:40 -0700 Subject: [PATCH] Remove extra padding from the top of the labels list. Wasn't needed and prevented an extra item from being shown on smaller screen devices. Fixes b/5521012 Fix padding in the folders list Change-Id: Ifc940d44b9a8a0a0f0f9d04fc1958f4810adcdbe --- res/layout/mailbox_list_fragment.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/res/layout/mailbox_list_fragment.xml b/res/layout/mailbox_list_fragment.xml index 680738217..fd9219db7 100644 --- a/res/layout/mailbox_list_fragment.xml +++ b/res/layout/mailbox_list_fragment.xml @@ -19,7 +19,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" - android:paddingTop="16dip" > \ No newline at end of file