From 0e26059548e429e5d1c973bebe4c561bead2926f Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Wed, 30 Jun 2010 17:07:39 -0700 Subject: Improving home screen customization - Created a drawer with tabs for widgets, folders, shortcuts, wallpapers (wallpapers are currently not implemented) - Tapping outside the drawer dismisses it - Moved the all apps icon to the upper right of the screen - Adding a toast that says "No more space on screen" when dragging a widget to a full screen - Fixed bug where you could stack two equal-sized widgets on top of each other on the homescreen (exposed by the new ability to drag widgets onto the home screen) Change-Id: I03b65ce54a85d24328c94e0c06e249571de449ee --- res/anim/home_customization_drawer_slide_down.xml | 22 ++++++++++++++++++++++ res/anim/home_customization_drawer_slide_up.xml | 22 ++++++++++++++++++++++ res/anim/widget_chooser_slide_up.xml | 23 ----------------------- 3 files changed, 44 insertions(+), 23 deletions(-) create mode 100644 res/anim/home_customization_drawer_slide_down.xml create mode 100644 res/anim/home_customization_drawer_slide_up.xml delete mode 100644 res/anim/widget_chooser_slide_up.xml (limited to 'res/anim') diff --git a/res/anim/home_customization_drawer_slide_down.xml b/res/anim/home_customization_drawer_slide_down.xml new file mode 100644 index 000000000..b3041c79d --- /dev/null +++ b/res/anim/home_customization_drawer_slide_down.xml @@ -0,0 +1,22 @@ + + + diff --git a/res/anim/home_customization_drawer_slide_up.xml b/res/anim/home_customization_drawer_slide_up.xml new file mode 100644 index 000000000..3df23209e --- /dev/null +++ b/res/anim/home_customization_drawer_slide_up.xml @@ -0,0 +1,22 @@ + + + diff --git a/res/anim/widget_chooser_slide_up.xml b/res/anim/widget_chooser_slide_up.xml deleted file mode 100644 index b43ec367e..000000000 --- a/res/anim/widget_chooser_slide_up.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - -- cgit v1.2.3