refactor imports

This commit is contained in:
dkanada 2020-09-25 00:51:34 +09:00
commit 8501b55066
78 changed files with 215 additions and 198 deletions

View file

@ -8,6 +8,7 @@ import android.renderscript.Allocation;
import android.renderscript.Element;
import android.renderscript.RenderScript;
import android.renderscript.ScriptIntrinsicBlur;
import androidx.annotation.FloatRange;
import androidx.annotation.NonNull;

View file

@ -1,6 +1,7 @@
package com.dkanada.gramophone.glide.palette;
import android.graphics.Bitmap;
import androidx.palette.graphics.Palette;
public class BitmapPaletteWrapper {