summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-05-25 21:18:36 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-05-25 21:18:36 -0700
commit42f8094c066209a65b09d53611ef5c93daba4c51 (patch)
treeedf0542248487db54f142f1f8a9b5111b722d6d2 /packages/SystemUI/res
parentfa574c0e0ce7f84eea34e96dededea35329dbd18 (diff)
parent36cd41f8efa6f6a683d3353d309ff548295af9e9 (diff)
downloadframeworks_base-42f8094c066209a65b09d53611ef5c93daba4c51.zip
frameworks_base-42f8094c066209a65b09d53611ef5c93daba4c51.tar.gz
frameworks_base-42f8094c066209a65b09d53611ef5c93daba4c51.tar.bz2
Merge "Spiffy new compatibility mode UI." into honeycomb-mr2
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r--packages/SystemUI/res/layout-sw600dp/status_bar_recent_panel.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/SystemUI/res/layout-sw600dp/status_bar_recent_panel.xml b/packages/SystemUI/res/layout-sw600dp/status_bar_recent_panel.xml
index f019e2d..42940be 100644
--- a/packages/SystemUI/res/layout-sw600dp/status_bar_recent_panel.xml
+++ b/packages/SystemUI/res/layout-sw600dp/status_bar_recent_panel.xml
@@ -24,23 +24,11 @@
android:layout_height="match_parent"
android:layout_width="wrap_content">
- <CheckBox android:id="@+id/recents_compat_mode"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:layout_alignParentRight="true"
- android:layout_marginLeft="16dp"
- android:layout_marginBottom="@*android:dimen/status_bar_height"
- android:background="@drawable/hd"
- android:button="@null"
- />
-
<FrameLayout
android:id="@+id/recents_bg_protect"
android:background="@drawable/recents_bg_protect_tile"
android:layout_width="wrap_content"
android:layout_height="match_parent"
- android:layout_toLeftOf="@id/recents_compat_mode"
android:layout_alignParentBottom="true"
android:paddingBottom="@*android:dimen/status_bar_height"
android:clipToPadding="false">