Use another GifImageView library.

This commit is contained in:
Alex Ning
2019-02-21 13:21:32 +08:00
parent 3a58964d6c
commit 2b0228ab47
13 changed files with 14 additions and 217 deletions

View File

@@ -4,7 +4,7 @@ import android.content.Context;
import android.content.res.TypedArray;
import android.util.AttributeSet;
import com.felipecsl.gifimageview.library.GifImageView;
import pl.droidsonroids.gif.GifImageView;
public class AspectRatioGifImageView extends GifImageView {
private float ratio;