summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Michael Jurka <mikejurka@google.com> 2013-03-04 10:56:58 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2013-03-04 10:56:58 +0000
commit7ac02bfb862aec324b00f3919ff00a95ff1effa6 (patch)
tree193db0894f615b545ce1301f4e44643990b1c2ab
parent2e0da1ea5f2493d968b4b83d4a0dd54e2cc63849 (diff)
parente60bc7f2d88aec9f9a81712ca359e1d7d33fa36b (diff)
Merge "Fix RTL layout in Recent Apps, landscape mode" into jb-mr2-dev
-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 e2d9d6e99f30..f3376006a282 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>