From 4670a24686f2b5d9323bfbb1ca5bfce5d5d7ceb7 Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Wed, 16 Jul 2014 15:09:48 -0700 Subject: Fix #16348486 [RTL] Checkboxes are improperly aligned - use "end" instead of "right" for gravity Change-Id: I2f8840094b7ac6daeff55bcb457b6c3fa9dc2001 --- core/res/res/layout/preference_material.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/layout/preference_material.xml b/core/res/res/layout/preference_material.xml index a959913..3919f5f 100644 --- a/core/res/res/layout/preference_material.xml +++ b/core/res/res/layout/preference_material.xml @@ -71,7 +71,7 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:minWidth="58dip" - android:gravity="right|center_vertical" + android:gravity="end|center_vertical" android:orientation="vertical" /> -- cgit v1.1