diff options
author | Patrick Dubroy <dubroy@google.com> | 2010-07-23 16:48:11 -0700 |
---|---|---|
committer | Patrick Dubroy <dubroy@google.com> | 2010-07-26 11:44:33 -0700 |
commit | 558654c6ec6eefa260e5a1c1c44fc6e13ec20473 (patch) | |
tree | 4ed4ab99fccf8dd1a68c91f186d815c030c86a81 /res/layout-land | |
parent | 401d892f4cfde9285ae3e48dd6079d281454dcbb (diff) | |
download | packages_apps_trebuchet-558654c6ec6eefa260e5a1c1c44fc6e13ec20473.zip packages_apps_trebuchet-558654c6ec6eefa260e5a1c1c44fc6e13ec20473.tar.gz packages_apps_trebuchet-558654c6ec6eefa260e5a1c1c44fc6e13ec20473.tar.bz2 |
Switched to tabbed version of AllApps2D on xlarge screens.
- add a temporary new zoom animation for all apps
- modify AllApps2D to allow it to be transparent
- other changes to dismiss the customization drawer when appropriate
Change-Id: I5660ab77f256ded299c1721c589983a1b30d56a4
Diffstat (limited to 'res/layout-land')
-rw-r--r-- | res/layout-land/all_apps_2d.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-land/all_apps_2d.xml b/res/layout-land/all_apps_2d.xml index a253b93..b7fcd45 100644 --- a/res/layout-land/all_apps_2d.xml +++ b/res/layout-land/all_apps_2d.xml @@ -22,7 +22,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:padding="2dip" - > + android:background="#FF000000"> <GridView android:id="@+id/all_apps_2d_grid" android:tag="all_apps_2d_grid" |