summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2010-11-11 16:34:41 -0800
committerWinson Chung <winsonc@google.com>2010-11-11 17:20:48 -0800
commitbbc60d8e79416e37cbede55c159bf6aaa6c171d5 (patch)
treea5e6177b9f5e96bdaff0c17092f6df84451d9e3b /res
parent580e27748137ff08599aa719d106b31215a28353 (diff)
downloadandroid_packages_apps_Trebuchet-bbc60d8e79416e37cbede55c159bf6aaa6c171d5.tar.gz
android_packages_apps_Trebuchet-bbc60d8e79416e37cbede55c159bf6aaa6c171d5.tar.bz2
android_packages_apps_Trebuchet-bbc60d8e79416e37cbede55c159bf6aaa6c171d5.zip
Fixing various small bugs with launcher
- Items added from customization tray add from top left now - Fixing issue where wallpaper tab was not showing - Workaround for the extra pixel line showing in homescreen drag icons - Speeding up animations for tab transitions and clicking Change-Id: I865531bb4cf896320a9e2ff6cef08bed221a2294
Diffstat (limited to 'res')
-rw-r--r--res/anim/paged_view_click_feedback.xml4
-rw-r--r--res/values-xlarge/config.xml4
2 files changed, 6 insertions, 2 deletions
diff --git a/res/anim/paged_view_click_feedback.xml b/res/anim/paged_view_click_feedback.xml
index 786d9744a..d1e6e2360 100644
--- a/res/anim/paged_view_click_feedback.xml
+++ b/res/anim/paged_view_click_feedback.xml
@@ -16,8 +16,8 @@
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:fromAlpha="1.0"
- android:toAlpha="0.65"
- android:duration="100"
+ android:toAlpha="0.5"
+ android:duration="75"
android:fillAfter="true"
android:repeatCount="1"
android:repeatMode="reverse" />
diff --git a/res/values-xlarge/config.xml b/res/values-xlarge/config.xml
index 6a566799a..a54528e11 100644
--- a/res/values-xlarge/config.xml
+++ b/res/values-xlarge/config.xml
@@ -5,6 +5,10 @@
<!-- NB: This should be less than the workspaceShrinkTime as they happen together. -->
<integer name="config_allAppsZoomInTime">350</integer>
+ <!-- Duration in milliseconds of the transition between tabs in the all apps/customize
+ tray -->
+ <integer name="config_tabTransitionTime">100</integer>
+
<!-- Duration in milliseconds of the all apps zoom-out animation -->
<!-- NB: This should be less than the workspaceUnshrinkTime as they happen together. -->
<integer name="config_allAppsZoomOutTime">350</integer>