koral--/android-gif-drawable

GifView not supported below android 6

surajsahani opened this issue · 7 comments

App keep crashing below android 6 Unable to Inflate Binary XML layout

There is no GifView in this library.

i am using this library to display animation on my android application

Sorry, your information are very laconic and inconsistent.
If you believe that you are using this library please provide a reproducible example and the full stacktrace you are getting.

<pl.droidsonroids.gif.GifImageView android:id="@+id/ivlogo" android:layout_width="0dp" android:layout_height="0dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:layout_constraintVertical_bias="0.39" android:src="@drawable/ssafeoutslogoanimation"/>

<pl.droidsonroids.gif.GifImageView android:id="@+id/ivlogo" android:layout_width="0dp" android:layout_height="0dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:layout_constraintVertical_bias="0.39" android:src="@drawable/ssafeoutslogoanimation"/>

this is my xml file i am using

@surajsahani please create a github project with complete sample app which reproduces the issue.