summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-10-03 15:29:14 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-10-03 15:29:15 +0000
commitec2b8bdde7bc22217d23165117378049ab41247f (patch)
tree1cc677959c2ac5ce081e52abcf5abbd8e936979c /res
parent23caeac039d39788a7d152c34524698dac86222c (diff)
parent99e8adb92ce3dce67a6e3456de37dded27873c5e (diff)
downloadandroid_packages_apps_Dialer-ec2b8bdde7bc22217d23165117378049ab41247f.tar.gz
android_packages_apps_Dialer-ec2b8bdde7bc22217d23165117378049ab41247f.tar.bz2
android_packages_apps_Dialer-ec2b8bdde7bc22217d23165117378049ab41247f.zip
Merge "Fix RTL issues in Dialer." into lmp-dev
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"