SquircleView icon indicating copy to clipboard operation
SquircleView copied to clipboard

[FEATURE] Gif support

Open Nielssg opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. Support for displaying GIF's in a SquircleImageView, loading GIF's with for example Glide will result in nothing being displayed

Describe the solution you'd like GIF Support

Describe alternatives you've considered It is possible to load GIF's by doing the following:

<com.google.android.material.imageview.ShapeableImageView
    android:id="@+id/image"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:adjustViewBounds="true"
    android:src="@drawable/some_beautiful_image" />
image.shapeAppearanceModel = SquircleShape.getShapeAppearance().build()

Nielssg avatar Aug 05 '21 10:08 Nielssg

For now, please use the Shape appearance method because I won't be able to add GIF support for a long while

Nielssg avatar Aug 05 '21 10:08 Nielssg