view-effects icon indicating copy to clipboard operation
view-effects copied to clipboard

Apply custom effects on view backgrounds

Results 1 view-effects issues
Sort by recently updated
recently updated
newest added

``` java.lang.IllegalArgumentException: x must be >= 0 at android.graphics.Bitmap.checkXYSign(Bitmap.java:364) at android.graphics.Bitmap.createBitmap(Bitmap.java:669) at android.graphics.Bitmap.createBitmap(Bitmap.java:639) at ir.mirrajabi.viewfilter.core.ViewFilter.getFilteredBackgroundOfView(ViewFilter.java:50) at ir.mirrajabi.viewfilter.core.ViewFilter$1.run(ViewFilter.java:39) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:135) at android.app.ActivityThread.main(ActivityThread.java:5281) at java.lang.reflect.Method.invoke(Native Method) at java.lang.reflect.Method.invoke(Method.java:372)...

bug