summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout/status_bar_recent_panel.xml
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2012-04-13 09:32:47 -0700
committerMichael Jurka <mikejurka@google.com>2012-08-23 04:53:53 -0700
commitcb2522c86d75fff277dc38ec7e444a5b5f5130ea (patch)
tree0453cda9b18962343ed09084889963db65944e3a /packages/SystemUI/res/layout/status_bar_recent_panel.xml
parent257662efe2a5edd13601b4372b5c1ff0431ddda9 (diff)
downloadframeworks_base-cb2522c86d75fff277dc38ec7e444a5b5f5130ea.zip
frameworks_base-cb2522c86d75fff277dc38ec7e444a5b5f5130ea.tar.gz
frameworks_base-cb2522c86d75fff277dc38ec7e444a5b5f5130ea.tar.bz2
Recents: apps scale down to thumbnails now
As a part of this change, Recents is now an activity. Known issues: * Jank: jump-cut as app icon appears suddenly after the aniamtion * Preloading recents is broken on phones without soft nav bar and on tablets * Thumbnail window from animation lingers/flashes sometimes Change-Id: Ie6f991f3c2e1e67f9ed84eb6adba9174ed957248
Diffstat (limited to 'packages/SystemUI/res/layout/status_bar_recent_panel.xml')
-rw-r--r--packages/SystemUI/res/layout/status_bar_recent_panel.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/SystemUI/res/layout/status_bar_recent_panel.xml b/packages/SystemUI/res/layout/status_bar_recent_panel.xml
index a7e5db1..7335f86 100644
--- a/packages/SystemUI/res/layout/status_bar_recent_panel.xml
+++ b/packages/SystemUI/res/layout/status_bar_recent_panel.xml
@@ -26,11 +26,6 @@
android:layout_width="match_parent"
systemui:recentItemLayout="@layout/status_bar_recent_item"
>
- <View
- android:id="@+id/recents_transition_background"
- android:layout_height="match_parent"
- android:layout_width="match_parent"
- android:visibility="invisible" />
<FrameLayout
android:id="@+id/recents_bg_protect"
android:background="@drawable/status_bar_recents_background"
@@ -38,12 +33,6 @@
android:layout_height="match_parent"
android:layout_alignParentBottom="true">
- <ImageView
- android:id="@+id/recents_transition_placeholder_icon"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:visibility="invisible" />
-
<com.android.systemui.recent.RecentsVerticalScrollView
android:id="@+id/recents_container"
android:layout_width="match_parent"