Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Gif support #16

Open
Nielssg opened this issue Aug 5, 2021 · 1 comment
Open

[FEATURE] Gif support #16

Nielssg opened this issue Aug 5, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Nielssg
Copy link
Member

Nielssg commented Aug 5, 2021

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 Nielssg added the enhancement New feature or request label Aug 5, 2021
@Nielssg Nielssg self-assigned this Aug 5, 2021
@Nielssg
Copy link
Member Author

Nielssg commented Aug 5, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant