summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-10-03 15:34:38 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-03 15:34:38 +0000
commit374396aa3fde372a665d2ed09928a4b3ef53e4d3 (patch)
tree4bb3af74db1642d26c504c76c37b68e26787fb4d /res
parent91271ea8e29043a89e733f6deb055bca68bcb593 (diff)
parentec2b8bdde7bc22217d23165117378049ab41247f (diff)
am ec2b8bdd: Merge "Fix RTL issues in Dialer." into lmp-dev
* commit 'ec2b8bdde7bc22217d23165117378049ab41247f': Fix RTL issues in Dialer.
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"