summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-06-03 11:27:26 -0700
committerWinson Chung <winsonc@google.com>2015-06-03 11:42:15 -0700
commitf8c6f885f032dad4e6b09e02ca97545783bccb70 (patch)
treeeeec5f2c1c12e24d0c02611a75352a608b61b0df /res
parentca51aaad671f1999dff135b1253fecf0869a3763 (diff)
downloadandroid_packages_apps_Trebuchet-f8c6f885f032dad4e6b09e02ca97545783bccb70.tar.gz
android_packages_apps_Trebuchet-f8c6f885f032dad4e6b09e02ca97545783bccb70.tar.bz2
android_packages_apps_Trebuchet-f8c6f885f032dad4e6b09e02ca97545783bccb70.zip
Fixing issue with hotseat being on the wrong side of the screen in RTL.
Bug: 21499466 Change-Id: I566cd89dfb855f89f4e68bf56e48bf99204b11ab
Diffstat (limited to 'res')
-rw-r--r--res/layout-land/launcher.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index bf9296f7d..1c917bf09 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" />
<include
android:id="@+id/search_drop_target_bar"