diff options
author | Michael Jurka <mikejurka@google.com> | 2010-07-27 10:01:56 -0700 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2010-07-27 15:53:04 -0700 |
commit | dee0589388ba0f6373912e18bf86243282fb3b9b (patch) | |
tree | 40431fd3865b92443a622bd31560f62640cc32d9 /res/layout-xlarge | |
parent | ff5f040de1fd7a33759e8e4ce03c3ef68df174bb (diff) | |
download | packages_apps_trebuchet-dee0589388ba0f6373912e18bf86243282fb3b9b.zip packages_apps_trebuchet-dee0589388ba0f6373912e18bf86243282fb3b9b.tar.gz packages_apps_trebuchet-dee0589388ba0f6373912e18bf86243282fb3b9b.tar.bz2 |
Home screen now shrinks while customizing
- added a shrink/fade animation on home screen when going into customization mode
- made items in the customization drawer larger
Change-Id: Iddbaf14aa5b1504fe94966971a1ab95c00f24331
Diffstat (limited to 'res/layout-xlarge')
-rw-r--r-- | res/layout-xlarge/launcher.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-xlarge/launcher.xml b/res/layout-xlarge/launcher.xml index 61457bf..3f56b45 100644 --- a/res/layout-xlarge/launcher.xml +++ b/res/layout-xlarge/launcher.xml @@ -86,7 +86,7 @@ <TabHost android:id="@android:id/tabhost" android:layout_width="match_parent" - android:layout_height="200dip" + android:layout_height="500dip" android:layout_gravity="bottom" android:visibility="gone"> <LinearLayout |