summaryrefslogtreecommitdiffstats
path: root/res/anim
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2010-06-10 17:01:57 -0700
committerMichael Jurka <mikejurka@google.com>2010-06-28 10:49:34 -0700
commitaf44209bfa60da3c7ab49b7f508f9effd316ee41 (patch)
treeffd1140463008a3effe2a501287c92ea7447161e /res/anim
parentff68ed0595d73632cca5f95196aa625e60f8aa24 (diff)
downloadandroid_packages_apps_Trebuchet-af44209bfa60da3c7ab49b7f508f9effd316ee41.tar.gz
android_packages_apps_Trebuchet-af44209bfa60da3c7ab49b7f508f9effd316ee41.tar.bz2
android_packages_apps_Trebuchet-af44209bfa60da3c7ab49b7f508f9effd316ee41.zip
First cut at new home screen customization for xlarge displays.
- Add new layout for xlarge, removing hotseat, next/prev page, etc. - Add a "+" button in top right which switches to customization mode - Add a widget chooser which slides up from bottom of screen - Initial support for dragging widgets onto home screen Change-Id: I14e2e013ccceff4066fcb7c4492b4f6bef6595e7
Diffstat (limited to 'res/anim')
-rw-r--r--res/anim/widget_chooser_slide_up.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/res/anim/widget_chooser_slide_up.xml b/res/anim/widget_chooser_slide_up.xml
new file mode 100644
index 000000000..b43ec367e
--- /dev/null
+++ b/res/anim/widget_chooser_slide_up.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<translate xmlns:android="http://schemas.android.com/apk/res/android"
+ android:fromXDelta="0%p"
+ android:toXDelta="0%p"
+ android:fromYDelta="100%p"
+ android:toYDelta="0%p"
+
+ android:duration="500"
+ android:fillAfter="true" />