diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/call_detail_history_header.xml | 2 |
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" |