summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-port
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2011-07-06 17:32:48 -0700
committerJim Miller <jaggies@google.com>2011-07-06 17:44:35 -0700
commitf2a16b27afd1ede5880d05eb9e19090c7e3e820e (patch)
tree599f7334b60d3501e79fd0cc7baee8618e11a800 /packages/SystemUI/res/layout-port
parentf03712bf540db15d0594b848e63c207fd50e9379 (diff)
downloadframeworks_base-f2a16b27afd1ede5880d05eb9e19090c7e3e820e.zip
frameworks_base-f2a16b27afd1ede5880d05eb9e19090c7e3e820e.tar.gz
frameworks_base-f2a16b27afd1ede5880d05eb9e19090c7e3e820e.tar.bz2
Fix 4689527: Update Recents
Fixed layout in landscape mode where recents only filled half the screen because "match_parent" in the layout was being ignored. The fix is to have a temporary ViewGroup as the parent to ensure the layout parameters are valid. Changed to solid 70% opaque background on phone. Removed "dismiss" chevron from phone layout. Removes glow on phones. Change-Id: Id5319eeba4fdd8c9ef5792168b35162cc1bbfe38
Diffstat (limited to 'packages/SystemUI/res/layout-port')
-rw-r--r--packages/SystemUI/res/layout-port/status_bar_recent_panel.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout-port/status_bar_recent_panel.xml b/packages/SystemUI/res/layout-port/status_bar_recent_panel.xml
index 9391f9d..386182d 100644
--- a/packages/SystemUI/res/layout-port/status_bar_recent_panel.xml
+++ b/packages/SystemUI/res/layout-port/status_bar_recent_panel.xml
@@ -26,7 +26,7 @@
<FrameLayout
android:id="@+id/recents_bg_protect"
- android:background="@drawable/recents_bg_protect_tile"
+ android:background="@drawable/status_bar_recents_background"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentBottom="true"
@@ -39,7 +39,6 @@
android:layout_height="wrap_content"
android:layout_marginBottom="0dp"
android:layout_gravity="bottom"
- android:background="@drawable/recents_blue_glow"
android:orientation="horizontal"
android:clipToPadding="false"
android:clipChildren="false"
@@ -79,6 +78,7 @@
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:background="@drawable/ic_sysbar_back_ime"
+ android:visibility="gone"
/>
</com.android.systemui.recent.RecentsPanelView>