summaryrefslogtreecommitdiff
path: root/res/layout/call_detail_history_item.xml
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2013-04-03 21:11:37 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2013-04-05 14:09:56 -0700
commitc341db0532d8b60ca29aa0becf05a4eec9bdc43e (patch)
tree064811104ea0730a246994443bc4a62775fe5011 /res/layout/call_detail_history_item.xml
parent2eb493c61878d936bed055930a921fbea7b7e2b4 (diff)
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
Diffstat (limited to 'res/layout/call_detail_history_item.xml')
-rw-r--r--res/layout/call_detail_history_item.xml6
1 files changed, 3 insertions, 3 deletions
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"
>
<LinearLayout
@@ -41,7 +41,7 @@
android:id="@+id/call_type_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginLeft="@dimen/call_log_icon_margin"
+ android:layout_marginStart="@dimen/call_log_icon_margin"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@color/secondary_text_color"
/>