summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-10-02 12:27:37 -0700
committerAndrew Lee <anwlee@google.com>2014-10-02 17:18:31 -0700
commit99e8adb92ce3dce67a6e3456de37dded27873c5e (patch)
tree1d109b0995e06f76fb185384a721a59c2834558a /res
parenteb15c67cdb07195cdcc6123ae26af5b15c49dcd7 (diff)
Fix RTL issues in Dialer.
+ Force LTR if textviews show numbers. + Change history header with to match_parent so it aligns tor the right properly. Before, it was on the left, even in RTL languages. Bug: 17776561 Change-Id: I53907496fe4e7a12f8962d4bc7295ed7a294c6e5
Diffstat (limited to 'res')
-rw-r--r--res/layout/call_detail_history_header.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/call_detail_history_header.xml b/res/layout/call_detail_history_header.xml
index 04d406fcf..def1fd805 100644
--- a/res/layout/call_detail_history_header.xml
+++ b/res/layout/call_detail_history_header.xml
@@ -17,7 +17,7 @@
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ex="http://schemas.android.com/apk/res-auto"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/call_detail_header_top_margin"
android:paddingBottom="@dimen/call_detail_header_bottom_margin"