summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-10-03 15:52:36 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-03 15:52:36 +0000
commit4cad164c16cfac7c634f8f753099fe51ec08da37 (patch)
tree1cc677959c2ac5ce081e52abcf5abbd8e936979c /res
parentbb967c359ef3f7f0ea1e0e7aea1edcbd9616e323 (diff)
parent42bf5478f3321959ef137fcdffb54a6efc1da27b (diff)
downloadpackages_apps_Dialer-4cad164c16cfac7c634f8f753099fe51ec08da37.tar.gz
packages_apps_Dialer-4cad164c16cfac7c634f8f753099fe51ec08da37.tar.bz2
packages_apps_Dialer-4cad164c16cfac7c634f8f753099fe51ec08da37.zip
am 42bf5478: am 1f7776bc: am 02688444: am 374396aa: am ec2b8bdd: Merge "Fix RTL issues in Dialer." into lmp-dev
* commit '42bf5478f3321959ef137fcdffb54a6efc1da27b': 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"