summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-29 21:04:28 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-29 21:04:28 +0000
commit00edc1314b8b1ebbf8f922e35e8fc2c7b1d69b15 (patch)
tree368f95b77f8774546281b8164cf32876a014451a /res
parent3fd684c995b8c12df7f82d680d5c065c4d66382f (diff)
parentc987e00fa84f8997c07e8cb2d413897ae1d41b14 (diff)
am c987e00f: Adjust call log text padding.
* commit 'c987e00fa84f8997c07e8cb2d413897ae1d41b14': Adjust call log text padding.
Diffstat (limited to 'res')
-rw-r--r--res/layout/call_log_list_item.xml1
-rw-r--r--res/values/dimens.xml1
2 files changed, 2 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"
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index a7ff0505f..9c9bbeb4c 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -33,6 +33,7 @@
<dimen name="call_log_outer_margin">8dp</dimen>
<dimen name="call_log_start_margin">16dp</dimen>
<dimen name="call_log_indent_margin">24dip</dimen>
+ <dimen name="call_log_name_margin_bottom">2dp</dimen>
<dimen name="call_log_list_item_height">56dip</dimen>
<dimen name="call_log_list_contact_photo_size">40dip</dimen>
<dimen name="call_detail_contact_name_margin">24dip</dimen>