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
This commit is contained in:
Mindy Pereira 2011-11-02 08:58:40 -07:00
parent d59affc5e6
commit 2e3a97d625
1 changed files with 0 additions and 1 deletions

View File

@ -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"
>
<include layout="@android:layout/list_content" />
</FrameLayout>