Visual updates to the call log.
- New style icons for the different call types.
- Icons for call and playback of voicemail.
- Style definitions for call log.
- Add placeholder assets.
Change-Id: Ia2ec57dc078d1dec9680aea4917aea0490dda1a8
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 2abfaa2..e880673 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -36,6 +36,10 @@
<item name="list_item_header_text_color">?color/section_header_text_color</item>
<item name="list_item_header_text_size">14sp</item>
<item name="contact_filter_popup_width">320dip</item>
+ <!-- CallLogActivity -->
+ <item name="call_log_contact_photo_size">50dip</item>
+ <item name="call_log_contact_photo_margin">5dip</item>
+ <item name="call_log_list_item_height">60dip</item>
</style>
<style name="CallDetailActivityTheme" parent="android:Theme.Holo.Light">
@@ -54,6 +58,7 @@
<item name="call_detail_action_icon_size">50dip</item>
<item name="call_detail_secondary_background_color">#FFFFFF</item>
</style>
+
<style name="ContactDetailActivityTheme" parent="android:Theme.Holo.Light">
<item name="android:windowContentOverlay">@null</item>
</style>
@@ -138,6 +143,12 @@
<attr name="call_detail_secondary_background_color" format="color" />
</declare-styleable>
+ <declare-styleable name="CallLogActivity">
+ <attr name="call_log_contact_photo_size" format="dimension" />
+ <attr name="call_log_contact_photo_margin" format="dimension" />
+ <attr name="call_log_list_item_height" format="dimension" />
+ </declare-styleable>
+
<style name="PeopleTheme" parent="android:Theme.Holo.Light">
<item name="list_item_height">?android:attr/listPreferredItemHeight</item>
<item name="activated_background">@drawable/list_item_activated_background</item>