Small UI improvment in the call log list items.
- Make the row slightly higher.
- Increase the size of the font used for the contact name.
- Align call log icons to the middle instead of the bottom.
Change-Id: I02e6c39c74a2d801dc89e84c068cc0c798209263
diff --git a/res/layout/call_log_phone_call_details.xml b/res/layout/call_log_phone_call_details.xml
index 3f46c8d..aebda9d 100644
--- a/res/layout/call_log_phone_call_details.xml
+++ b/res/layout/call_log_phone_call_details.xml
@@ -21,12 +21,12 @@
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentBottom="true"
+ android:gravity="center_vertical"
>
<LinearLayout
android:id="@+id/call_type_icons"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:gravity="bottom"
/>
<TextView
android:id="@+id/call_type_name"
@@ -68,7 +68,7 @@
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textAppearance="?android:attr/textAppearanceLarge"
android:textColor="?attr/call_log_primary_text_color"
android:layout_alignParentLeft="true"
android:layout_above="@id/number"
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 050ee59..af36e21 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -37,9 +37,9 @@
<item name="list_item_header_text_size">14sp</item>
<item name="contact_filter_popup_width">320dip</item>
<!-- CallLogList -->
- <item name="call_log_list_contact_photo_size">50dip</item>
+ <item name="call_log_list_contact_photo_size">60dip</item>
<item name="call_log_list_contact_photo_margin">5dip</item>
- <item name="call_log_list_item_height">60dip</item>
+ <item name="call_log_list_item_height">70dip</item>
<!-- CallLog -->
<item name="call_log_date_margin">5dip</item>
<item name="call_log_primary_text_color">#FFFFFF</item>