summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-11-03 13:50:45 -0700
committerMichael Jurka <mikejurka@google.com>2011-11-11 16:48:48 -0800
commit141dbd0e02f9fd9f3a096722d8d812990b5931e1 (patch)
treea3b1117d3becc28104aa906a29b38b0e25f4a5d5 /res/layout
parentfd99e7776af59d9f2b4ca6ce75dda0a546b58a36 (diff)
downloadandroid_packages_apps_Trebuchet-141dbd0e02f9fd9f3a096722d8d812990b5931e1.tar.gz
android_packages_apps_Trebuchet-141dbd0e02f9fd9f3a096722d8d812990b5931e1.tar.bz2
android_packages_apps_Trebuchet-141dbd0e02f9fd9f3a096722d8d812990b5931e1.zip
Improve Apps/Widgets transition
- Avoid using a bitmap when doing crossfade when switching between Apps/Widgets tabs, also fixes a visual issue on stingray (5104303) Change-Id: I7365c629e704f37e18350ad15a849c034553d0b3
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/apps_customize_pane.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/apps_customize_pane.xml b/res/layout/apps_customize_pane.xml
index aaca6952d..af876535d 100644
--- a/res/layout/apps_customize_pane.xml
+++ b/res/layout/apps_customize_pane.xml
@@ -65,10 +65,11 @@
launcher:clingFocusedX="@integer/apps_customize_cling_focused_x"
launcher:clingFocusedY="@integer/apps_customize_cling_focused_y"
launcher:maxGap="@dimen/workspace_max_gap" />
- <ImageView
+ <FrameLayout
android:id="@+id/animation_buffer"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:background="#FF000000"
android:visibility="gone" />
<include