From 8dc242deac3ef9f96f0ab7de0048477dd64b6a32 Mon Sep 17 00:00:00 2001 From: linyuh Date: Wed, 28 Mar 2018 13:09:47 -0700 Subject: Replace assets "quantum_ic_videocam_white_24" with a vector asset. Test: Existing tests PiperOrigin-RevId: 190820867 Change-Id: I4835bcbc7698075fb54015dccc6823ada4c71651 --- java/com/android/dialer/historyitemactions/IntentModule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/com/android/dialer/historyitemactions') diff --git a/java/com/android/dialer/historyitemactions/IntentModule.java b/java/com/android/dialer/historyitemactions/IntentModule.java index dfe9bb064..efb10e8bb 100644 --- a/java/com/android/dialer/historyitemactions/IntentModule.java +++ b/java/com/android/dialer/historyitemactions/IntentModule.java @@ -91,6 +91,6 @@ public class IntentModule implements HistoryItemActionModule { .setPhoneAccountHandle(phoneAccountHandle) .setIsVideoCall(true)), R.string.video_call, - R.drawable.quantum_ic_videocam_white_24); + R.drawable.quantum_ic_videocam_vd_white_24); } } -- cgit v1.2.3