summaryrefslogtreecommitdiffstats
path: root/res/layout
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/layout
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/layout')
-rw-r--r--res/layout/apps_customize_pane.xml5
1 files changed, 5 insertions, 0 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"