From f8c6f885f032dad4e6b09e02ca97545783bccb70 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Wed, 3 Jun 2015 11:27:26 -0700 Subject: [PATCH] Fixing issue with hotseat being on the wrong side of the screen in RTL. Bug: 21499466 Change-Id: I566cd89dfb855f89f4e68bf56e48bf99204b11ab --- res/layout-land/launcher.xml | 2 +- src/com/android/launcher3/DeviceProfile.java | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index bf9296f7d3..1c917bf094 100644 --- a/res/layout-land/launcher.xml +++ b/res/layout-land/launcher.xml @@ -45,7 +45,7 @@ android:id="@+id/hotseat" android:layout_width="match_parent" android:layout_height="match_parent" - android:layout_gravity="end" /> + android:layout_gravity="right" />