Adel Dolgov

Results 9 issues of Adel Dolgov

I have ajax website and i need to add headers to every request from my webview, even for post buttons inside website. What i need to do? Im trying to...

![image](https://user-images.githubusercontent.com/17458811/113476565-d8461e80-9484-11eb-9e21-233200216d4c.png) _Note: Moxy compilation has failed. Could you copy stack trace above and write us (or open an issue on Github)?error: Moxy compilation failed; see the compiler error output for...

enhancement

Hello! I don't understand what's wrong. I have ImageButton with ` android:background="?attr/selectableItemBackgroundBorderless"` And this located is inside RelativeLayout. Ripple effect doesn't work! I tried to put imagebutton to toolbar, and...

If you try to smooth drag scrool to any position and dont release your finger, then indicator will stuck at previous position

When i choose another card, i want to see a little offset of previous card. How can i make it? Something like this : ![image](https://user-images.githubusercontent.com/17458811/76796639-f2ab4c80-67dc-11ea-91a0-ec2ae62d64fa.png) Thanks for the library.

This happens when i just go to another activity and then goes back.

I have view with map and blurlayout. Sometimes when i press 'home' button i just got error from my app : ``` signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr...

java.lang.IllegalArgumentException: canvas object must be the same instance that was previously returned by lockCanvas at android.view.Surface$HwuiContext.unlockAndPost(Surface.java:834) at android.view.Surface.unlockCanvasAndPost(Surface.java:334) at no.danielzeller.blurbehindlib.opengl.ViewSurfaceTexture.endDraw(ViewSurfaceTexture.kt:55) at no.danielzeller.blurbehindlib.BlurBehindLayout.renderBehindViewToTexture(BlurBehindLayout.kt:254) at no.danielzeller.blurbehindlib.BlurBehindLayout.redrawBlurTexture(BlurBehindLayout.kt:216) at no.danielzeller.blurbehindlib.BlurBehindLayout.access$redrawBlurTexture(BlurBehindLayout.kt:25) at no.danielzeller.blurbehindlib.BlurBehindLayout$frameCallBack$1.doFrame(BlurBehindLayout.kt:234) at android.view.Choreographer$CallbackRecord.run(Choreographer.java:964)...

I have SupportMapFragment and CardView above it. BlurBehindLayout is situated inside this CardView. Im getting this log everytime : W/GLConsumer: [SurfaceTexture-3-17437-2] bindTextureImage: clearing GL error: 0x500 What does it mean?...