summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-08-16 11:54:27 -0700
committerWinson Chung <winsonc@google.com>2011-08-16 12:52:39 -0700
commitf314b0eab03bb354c14b6c89f694a6685bd246d9 (patch)
treef2a4125465a21589b905e82c529449a15ca2187c /res
parentc273c5814d7b312628107ad4a7bff9cc64e89eae (diff)
downloadandroid_packages_apps_Trebuchet-f314b0eab03bb354c14b6c89f694a6685bd246d9.tar.gz
android_packages_apps_Trebuchet-f314b0eab03bb354c14b6c89f694a6685bd246d9.tar.bz2
android_packages_apps_Trebuchet-f314b0eab03bb354c14b6c89f694a6685bd246d9.zip
Improving transition between Apps/Widgets panes (5145408)
Change-Id: Id4f73a89b646bbf168ee49e8bdeb34b85a52d9d4
Diffstat (limited to 'res')
-rw-r--r--res/layout/apps_customize_pane.xml5
-rw-r--r--res/values/config.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/res/layout/apps_customize_pane.xml b/res/layout/apps_customize_pane.xml
index 05e7fc124..95b7dc2ef 100644
--- a/res/layout/apps_customize_pane.xml
+++ b/res/layout/apps_customize_pane.xml
@@ -63,6 +63,11 @@
launcher:widgetCountX="@integer/apps_customize_widget_cell_count_x"
launcher:widgetCountY="@integer/apps_customize_widget_cell_count_y"
launcher:maxGap="@dimen/workspace_max_gap" />
+ <ImageView
+ android:id="@+id/animation_buffer"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="gone" />
<include
android:id="@+id/paged_view_indicator"
diff --git a/res/values/config.xml b/res/values/config.xml
index 7eebc4a72..37710b696 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -31,7 +31,7 @@
<integer name="config_appsCustomizeWorkspaceShrinkTime">1000</integer>
<!-- Tab transition animation duration -->
- <integer name="config_tabTransitionDuration">100</integer>
+ <integer name="config_tabTransitionDuration">200</integer>
<!-- The slope, in percent, of the drag movement needed to drag an item out of
AppsCustomize (y / x * 100%) -->