From 48a4b0fa6a0bf1d4e67de8635fb08b787d56de97 Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Wed, 6 Nov 2013 15:44:52 -0800 Subject: [PATCH] Improve RTL support for Immersive mode - use start/end instead of left/ritgh padding - related to bug #11537133 Hideycling looks broken (KOT36), missing left padding Change-Id: I0d8e1de560dbf142a3c016ab6d6784361d88d32a --- core/res/res/layout/immersive_mode_cling.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/res/res/layout/immersive_mode_cling.xml b/core/res/res/layout/immersive_mode_cling.xml index f97225eaeb9e2..c0cd93db456b6 100644 --- a/core/res/res/layout/immersive_mode_cling.xml +++ b/core/res/res/layout/immersive_mode_cling.xml @@ -37,8 +37,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@drawable/cling_bg" - android:paddingLeft="14dp" - android:paddingRight="14dp" + android:paddingStart="14dp" + android:paddingEnd="14dp" android:paddingTop="24dp" android:paddingBottom="24dp">