diff options
author | Winson Chung <winsonc@google.com> | 2011-07-22 11:16:13 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2011-07-25 12:06:43 -0700 |
commit | f5f8cefb215fad98ae6d4487852e8b948aba3619 (patch) | |
tree | fb3221add7c88e1480e2f9aae0177c2d9137c151 /res/layout-land | |
parent | f4bb1cdecd3cf866a1d87b7b8560234fa7dd4cc5 (diff) | |
download | packages_apps_trebuchet-f5f8cefb215fad98ae6d4487852e8b948aba3619.zip packages_apps_trebuchet-f5f8cefb215fad98ae6d4487852e8b948aba3619.tar.gz packages_apps_trebuchet-f5f8cefb215fad98ae6d4487852e8b948aba3619.tar.bz2 |
Launcher cleanup and fixes.
- Removing unused hotseat assets
- Adding xhdpi assets from designer repo
- Decoupling dock divider and scroll bar to fix landscape divider issue
- Fixing issue where dock portals were being clipped
Change-Id: If3894a9a265e0272111e852857f9cfbf994ec050
Diffstat (limited to 'res/layout-land')
-rw-r--r-- | res/layout-land/hotseat.xml | 2 | ||||
-rw-r--r-- | res/layout-land/launcher.xml | 17 |
2 files changed, 10 insertions, 9 deletions
diff --git a/res/layout-land/hotseat.xml b/res/layout-land/hotseat.xml index 79661a7..9dbe234 100644 --- a/res/layout-land/hotseat.xml +++ b/res/layout-land/hotseat.xml @@ -30,4 +30,4 @@ launcher:widthGap="-1dp" launcher:heightGap="-1dp" launcher:maxGap="@dimen/workspace_max_gap" /> -</com.android.launcher2.Hotseat>
\ No newline at end of file +</com.android.launcher2.Hotseat> diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index 4d40ada..215f8db 100644 --- a/res/layout-land/launcher.xml +++ b/res/layout-land/launcher.xml @@ -23,11 +23,12 @@ android:layout_height="match_parent"> <include - android:id="@+id/paged_view_indicator_track" - layout="@layout/scroll_indicator_track" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:layout_gravity="bottom" /> + android:id="@+id/dock_divider" + layout="@layout/dock_divider" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:layout_marginRight="@dimen/button_bar_height" + android:layout_gravity="right" /> <include android:id="@+id/paged_view_indicator" layout="@layout/scroll_indicator" @@ -45,7 +46,9 @@ launcher:defaultScreen="2" launcher:cellCountX="4" launcher:cellCountY="4" - launcher:pageSpacing="@dimen/workspace_page_spacing"> + launcher:pageSpacing="@dimen/workspace_page_spacing" + launcher:scrollIndicatorPaddingLeft="@dimen/qsb_bar_height" + launcher:scrollIndicatorPaddingRight="@dimen/button_bar_height"> <include android:id="@+id/cell1" layout="@layout/workspace_screen" /> <include android:id="@+id/cell2" layout="@layout/workspace_screen" /> @@ -71,6 +74,4 @@ android:layout_width="@dimen/button_bar_height" android:layout_height="match_parent" android:layout_gravity="right" /> - - </com.android.launcher2.DragLayer> |