From 49ae1beb58c37db630d41397a74abff3dccdd9bc Mon Sep 17 00:00:00 2001 From: Android Dialer Date: Tue, 18 Jul 2017 11:14:48 -0700 Subject: Replace usages of private AppCompat resources Use the android.R.dimen values for the large icon size rather than the private resources added by AppCompat. Fixes failures when pushing the new version of the Support Library in cl/162311018 Bug: 33042051 Test: manual inspection PiperOrigin-RevId: 162376626 Change-Id: I1d0107543df36365325812612d3330e96051ad0a --- java/com/android/incallui/res/drawable/spam_notification_icon.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'java/com/android') diff --git a/java/com/android/incallui/res/drawable/spam_notification_icon.xml b/java/com/android/incallui/res/drawable/spam_notification_icon.xml index a26e7d479..a414428cb 100644 --- a/java/com/android/incallui/res/drawable/spam_notification_icon.xml +++ b/java/com/android/incallui/res/drawable/spam_notification_icon.xml @@ -22,8 +22,8 @@ + android:height="@android:dimen/notification_large_icon_height" + android:width="@android:dimen/notification_large_icon_width"/> @@ -31,4 +31,4 @@ android:drawable="@drawable/quantum_ic_report_white_36" android:gravity="center"/> - \ No newline at end of file + -- cgit v1.2.3