summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout-land
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2013-03-01 16:00:16 +0100
committerMichael Jurka <mikejurka@google.com>2013-03-01 16:00:32 +0100
commite60bc7f2d88aec9f9a81712ca359e1d7d33fa36b (patch)
treeab3c1b0d819a57b013ebb9bfe68ef16ff46d8358 /packages/SystemUI/res/layout-land
parent47a5f404656e2514acf27c1252f3994647710e24 (diff)
downloadframeworks_base-e60bc7f2d88aec9f9a81712ca359e1d7d33fa36b.zip
frameworks_base-e60bc7f2d88aec9f9a81712ca359e1d7d33fa36b.tar.gz
frameworks_base-e60bc7f2d88aec9f9a81712ca359e1d7d33fa36b.tar.bz2
Fix RTL layout in Recent Apps, landscape mode
Bug: 8067692
Diffstat (limited to 'packages/SystemUI/res/layout-land')
-rw-r--r--packages/SystemUI/res/layout-land/status_bar_recent_panel.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml b/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml
index e2d9d6e..f337600 100644
--- a/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml
+++ b/packages/SystemUI/res/layout-land/status_bar_recent_panel.xml
@@ -46,6 +46,7 @@
<LinearLayout android:id="@+id/recents_linear_layout"
android:layout_width="wrap_content"
android:layout_height="match_parent"
+ android:layout_gravity="left"
android:orientation="horizontal">
</LinearLayout>