diff options
author | Winson Chung <winsonc@google.com> | 2012-08-28 15:33:22 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2012-08-28 17:08:56 -0700 |
commit | 5a0f45fe278e697cd5d8088da23a4321b3acf991 (patch) | |
tree | 7eb98585b68773752cdbd04064fa462bdede6ce7 /res/layout-sw720dp | |
parent | 1e533d01d52076c33414419930598c1d03f1b4a6 (diff) | |
download | packages_apps_trebuchet-5a0f45fe278e697cd5d8088da23a4321b3acf991.zip packages_apps_trebuchet-5a0f45fe278e697cd5d8088da23a4321b3acf991.tar.gz packages_apps_trebuchet-5a0f45fe278e697cd5d8088da23a4321b3acf991.tar.bz2 |
Fixing some spacing issues related to new 10inch layout. (Bug 6955380, Bug 7035262, Bug 7056508)
Change-Id: I589fe6c2475cfff12599eee9b490b2d4dc86511a
Diffstat (limited to 'res/layout-sw720dp')
-rw-r--r-- | res/layout-sw720dp/launcher.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml index 9ddb135..418469b 100644 --- a/res/layout-sw720dp/launcher.xml +++ b/res/layout-sw720dp/launcher.xml @@ -28,9 +28,9 @@ <include android:id="@+id/dock_divider" layout="@layout/workspace_divider" - android:layout_width="@dimen/workspace_divider_width" + android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginBottom="@dimen/button_bar_height" + android:layout_marginBottom="@dimen/button_bar_height_plus_padding" android:layout_gravity="bottom|center_horizontal" /> <include android:id="@+id/paged_view_indicator" @@ -38,7 +38,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom" - android:layout_marginBottom="@dimen/button_bar_height" /> + android:layout_marginBottom="@dimen/button_bar_height_plus_padding" /> <!-- The workspace contains 5 screens of cells --> <com.android.launcher2.Workspace |