Александр Кундрюков
Александр Кундрюков
Bug with blinking appears when the animateLayoutChanges is true for example: ``` xml ``` Blink caused setVisibility animation when the fitsSystemWindows is true. I refactored the project and added option...
Same for me. Asus Zenfone 2 Laser (android 5.0.2)
+1. Thank you @ypresto for solution. ``` java.lang.NoSuchMethodError: codetail.graphics.drawables.LayerDrawable.getDirtyBounds at codetail.graphics.drawables.RippleDrawable.getDirtyBounds(RippleDrawable.java:865) at codetail.graphics.drawables.RippleDrawable.draw(RippleDrawable.java:610) at android.widget.FrameLayout.draw(FrameLayout.java:498) at android.view.View.getDisplayList(View.java:13362) at android.view.View.getDisplayList(View.java:13404) at android.view.View.draw(View.java:14182) at android.view.ViewGroup.drawChild(ViewGroup.java:3103) at android.support.v7.widget.RecyclerView.drawChild(RecyclerView.java:4184) at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2940) at android.view.View.draw(View.java:14468) at...
same issue here. To fix it I use my own colors, try this drawable: ``` xml ```
No I do not. I try [this](https://github.com/MindorksOpenSource/CrashReporter) to capture the log, and the folder is empty too, no exceptions at all.