summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-11-12 22:02:39 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-11-12 22:02:39 -0800
commitc1f873e56dd62bcce8d20e25020487f843084ec7 (patch)
treecef6eeb398f4c3fa94fe3427d7bcee4f7714cc69 /res
parent65d35362e18cfb7056c15a520a275638184b90fa (diff)
parent141dbd0e02f9fd9f3a096722d8d812990b5931e1 (diff)
downloadandroid_packages_apps_Trebuchet-c1f873e56dd62bcce8d20e25020487f843084ec7.tar.gz
android_packages_apps_Trebuchet-c1f873e56dd62bcce8d20e25020487f843084ec7.tar.bz2
android_packages_apps_Trebuchet-c1f873e56dd62bcce8d20e25020487f843084ec7.zip
Merge "Improve Apps/Widgets transition" into ics-mr1
Diffstat (limited to 'res')
-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