From cc11f742586b57c576026b7756a46209fe793ea1 Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Tue, 18 Dec 2012 16:25:49 -0800 Subject: Add first RTL support to Launcher See bug #8064062 Launcher needs to be RTL aware Change-Id: I24b1f1977fb65246afd2005440567b5850939621 --- res/layout-land/hotseat.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/layout-land/hotseat.xml') diff --git a/res/layout-land/hotseat.xml b/res/layout-land/hotseat.xml index d75919671..aebb21842 100644 --- a/res/layout-land/hotseat.xml +++ b/res/layout-land/hotseat.xml @@ -25,8 +25,8 @@ android:layout_gravity="center" android:paddingTop="@dimen/button_bar_width_left_padding" android:paddingBottom="@dimen/button_bar_width_right_padding" - android:paddingLeft="@dimen/button_bar_height_top_padding" - android:paddingRight="@dimen/button_bar_height_bottom_padding" + android:paddingStart="@dimen/button_bar_height_top_padding" + android:paddingEnd="@dimen/button_bar_height_bottom_padding" launcher:cellWidth="@dimen/hotseat_cell_width" launcher:cellHeight="@dimen/hotseat_cell_height" -- cgit v1.2.3