mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Use the default activity mipmap
So we can use different scales of the default activity icon, switch to using the mipmap version of it. Bug: 3325002 Change-Id: I3307bc8959829958e0da4ab2a9238c89ff9fdead
This commit is contained in:
@@ -67,7 +67,7 @@ public class IconCache {
|
||||
|
||||
public Drawable getFullResDefaultActivityIcon() {
|
||||
return getFullResIcon(Resources.getSystem(),
|
||||
com.android.internal.R.drawable.sym_def_app_icon);
|
||||
com.android.internal.R.mipmap.sym_def_app_icon);
|
||||
}
|
||||
|
||||
public Drawable getFullResIcon(Resources resources, int iconId) {
|
||||
|
||||
Reference in New Issue
Block a user