summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2013-03-04 11:00:53 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2013-03-04 11:00:53 +0000
commitf43d20e70d6fad5253ba78fd231cd39b21505470 (patch)
tree2ee47eef46c705b36f84d9a618cb16cb590eb8fa /packages/SystemUI/res
parent4e6d19656ef06671b9913a67c644c052a3cf7df2 (diff)
parent7ac02bfb862aec324b00f3919ff00a95ff1effa6 (diff)
downloadframeworks_base-f43d20e70d6fad5253ba78fd231cd39b21505470.zip
frameworks_base-f43d20e70d6fad5253ba78fd231cd39b21505470.tar.gz
frameworks_base-f43d20e70d6fad5253ba78fd231cd39b21505470.tar.bz2
am 7ac02bfb: Merge "Fix RTL layout in Recent Apps, landscape mode" into jb-mr2-dev
* commit '7ac02bfb862aec324b00f3919ff00a95ff1effa6': Fix RTL layout in Recent Apps, landscape mode
Diffstat (limited to 'packages/SystemUI/res')
-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>