From c5bfcb40739e8999267ab27ecf3724edce694399 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 24 Jun 2015 16:23:06 -0700 Subject: Update some icons/styles used in Dialer. Bug: 22070564 Change-Id: I7b0d691c18a011f1f61cc12fe063458560528bd4 --- res/drawable/call_log_action_border.xml | 24 ------------------------ res/layout/call_log_list_item_actions.xml | 9 +++++++-- res/values/styles.xml | 3 +-- 3 files changed, 8 insertions(+), 28 deletions(-) delete mode 100644 res/drawable/call_log_action_border.xml (limited to 'res') diff --git a/res/drawable/call_log_action_border.xml b/res/drawable/call_log_action_border.xml deleted file mode 100644 index fbb3559ed..000000000 --- a/res/drawable/call_log_action_border.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - diff --git a/res/layout/call_log_list_item_actions.xml b/res/layout/call_log_list_item_actions.xml index 4d3fb75e4..b42720655 100644 --- a/res/layout/call_log_list_item_actions.xml +++ b/res/layout/call_log_list_item_actions.xml @@ -28,6 +28,11 @@ android:layout_width="match_parent" android:layout_height="wrap_content" /> + + @@ -91,7 +96,7 @@ + android:src="@drawable/ic_message_24dp" /> + android:src="@drawable/ic_info_outline_24dp" /> match_parent @dimen/call_log_action_height - @drawable/call_log_action_border - ?android:attr/selectableItemBackground + ?android:attr/selectableItemBackground horizontal center_vertical -- cgit v1.2.3