summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-07-25 22:23:04 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-07-25 22:23:04 +0000
commit96868e372b4b3b814378e01043e515a3d7f09828 (patch)
treeee30873918f5a5c92fca788c18de4c849f308802 /res
parentaf79a59309ba62cc8bfd778f1dae7de62a8ee9b5 (diff)
parent6d2d78c3e7911144c7ae585e7552fdc9b9ea5d0d (diff)
am 6d2d78c3: am d4d272ac: am 6cac92e3: Merge "Update asset for the icon to put on to the recent call card" into lmp-dev
* commit '6d2d78c3e7911144c7ae585e7552fdc9b9ea5d0d': Update asset for the icon to put on to the recent call card
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/ic_card_phone.pngbin0 -> 1023 bytes
-rw-r--r--res/drawable-mdpi/ic_card_phone.pngbin0 -> 785 bytes
-rw-r--r--res/drawable-xhdpi/ic_card_phone.pngbin0 -> 1294 bytes
-rw-r--r--res/drawable-xxhdpi/ic_card_phone.pngbin0 -> 1899 bytes
-rw-r--r--res/layout/call_log_list_item.xml2
5 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable-hdpi/ic_card_phone.png b/res/drawable-hdpi/ic_card_phone.png
new file mode 100644
index 000000000..5b29a327c
--- /dev/null
+++ b/res/drawable-hdpi/ic_card_phone.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_card_phone.png b/res/drawable-mdpi/ic_card_phone.png
new file mode 100644
index 000000000..fb9ab441d
--- /dev/null
+++ b/res/drawable-mdpi/ic_card_phone.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_card_phone.png b/res/drawable-xhdpi/ic_card_phone.png
new file mode 100644
index 000000000..77df721e2
--- /dev/null
+++ b/res/drawable-xhdpi/ic_card_phone.png
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_card_phone.png b/res/drawable-xxhdpi/ic_card_phone.png
new file mode 100644
index 000000000..d7e52edf4
--- /dev/null
+++ b/res/drawable-xxhdpi/ic_card_phone.png
Binary files differ
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml
index ad382e51d..4dcffb19b 100644
--- a/res/layout/call_log_list_item.xml
+++ b/res/layout/call_log_list_item.xml
@@ -137,7 +137,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
- android:src="@drawable/ic_results_phone"
+ android:src="@drawable/ic_card_phone"
android:tint="@color/recent_call_log_item_phone_icon_tint"
android:alpha="0.3"
android:visibility="gone"