-
Hi,
There are some cases where the autohide feature is not working for me. In Android 4.x it's even crashing:
``` java
Fatal Exception: java.lang.NullPointerException
at android.animation.Pro…
-
Tested the sample app on 4.1.1 and pressing the "TAP ON ME" button in the "Recolor transition" sample causes a StackOverflowError:
``` java
com.andkulikov.transitionseverywhere E/AndroidRuntime: FATA…
-
我动态改变video view (GLSurfaceView)大小时,发现只是view大小改变了,里面的视频大小没有变化。
-
First of all , thanks for this nice library,but how can I stop animation when I pick a date?
I just note following code and modify a little
``` java
private void defineRegion(int x, int y) {
…
-
Can't stop shapeLoadingView, there are some memory leak in widget.
This is a patch to fix this bug.
``` java
Subject: [PATCH] fix memory leak
Change-Id: I704c3f34bebc586fb4ceeee758115625a7a5776f
--…
-
http://stackoverflow.com/questions/38897380/fade-out-alphaanimation-bug-on-android-5-0
-
I want to animate the image view when loaded.
But now the issue is it seems play the animation twice when it is downloaded first time.
> when load image from cache ,the animation work fine
I think …
-
dependency is not resolved
10-30 18:33:06.314 21180-21180/? E/AndroidRuntime: FATAL EXCEPTION: main
10-30 18:33:06.314 21180-21180/? E/AndroidRuntime: Process: antistatic.spinnerwheel.demo, PID: 2118…
-
instead of doing reflection on api level 14 and above , use Property .
-
My device is: Samsung Galaxy S5, Android 5.0.
As you can see in below screenshot, there is native implementation of Indeterminate ProgressBar, but no one in library implementation. The same issue wit…