From c341db0532d8b60ca29aa0becf05a4eec9bdc43e Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Wed, 3 Apr 2013 21:11:37 -0700 Subject: Fix for bug #8146846 Phone App should be mirrored for RTL languages - replace left/right properties with start/end ones (Dialer will never be unbundled) - add mirrored version of some drawables - update AndroidManifest Change-Id: Ia7f5b6ad13dd75fe42f1ee763dda5ab18e2d92c7 --- res/layout/call_detail_history_item.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'res/layout/call_detail_history_item.xml') diff --git a/res/layout/call_detail_history_item.xml b/res/layout/call_detail_history_item.xml index 01b9517b6..4858717af 100644 --- a/res/layout/call_detail_history_item.xml +++ b/res/layout/call_detail_history_item.xml @@ -21,8 +21,8 @@ android:minHeight="@dimen/call_log_list_item_height" android:paddingTop="@dimen/call_log_inner_margin" android:paddingBottom="@dimen/call_log_inner_margin" - android:paddingLeft="@dimen/call_log_indent_margin" - android:paddingRight="@dimen/call_log_outer_margin" + android:paddingStart="@dimen/call_log_indent_margin" + android:paddingEnd="@dimen/call_log_outer_margin" android:orientation="vertical" > -- cgit v1.2.3