summaryrefslogtreecommitdiff
path: root/res/layout/call_log_list_item.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-29 13:07:53 -0700
committerAndrew Lee <anwlee@google.com>2014-05-29 13:09:30 -0700
commitc987e00fa84f8997c07e8cb2d413897ae1d41b14 (patch)
tree50e255d4b5db604650db972dd4d96cd78b12cd4b /res/layout/call_log_list_item.xml
parent21c7c2377da4898b52b268124b21413b1456ec5d (diff)
Adjust call log text padding.
- Set elegant text height to false on the name and location/date. - Add margin below the name TextView. Bug: 15196725 Change-Id: Ia1735cb75194ab8b0418e138f4f11ec17ae626db
Diffstat (limited to 'res/layout/call_log_list_item.xml')
-rw-r--r--res/layout/call_log_list_item.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml
index 9899424c4..31dcd88f4 100644
--- a/res/layout/call_log_list_item.xml
+++ b/res/layout/call_log_list_item.xml
@@ -81,6 +81,7 @@
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_marginBottom="@dimen/call_log_name_margin_bottom"
android:layout_marginEnd="@dimen/call_log_icon_margin"
android:textColor="?attr/call_log_primary_text_color"
android:textSize="@dimen/call_log_primary_text_size"