Fix ClassNotFoundException for FixedScaleDrawable

Change-Id: I6198a77ddb49505ead86de91dd7096a681873a1d
This commit is contained in:
Hyunyoung Song 2018-09-26 12:26:53 -07:00
parent 3d6fa5205b
commit a4483361ff
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/legacy_icon_background"/>
<foreground>
<com.android.launcher3.graphics.FixedScaleDrawable />
<com.android.launcher3.icons.FixedScaleDrawable />
</foreground>
</adaptive-icon>