Antwan Alhaddad
Antwan Alhaddad
Hey, i tried to set font for textview using fontpath but it doesn't works just default font s applied
Fatal Exception: java.lang.OutOfMemoryError: Failed to allocate a 5529612 byte allocation with 2175304 free bytes and 2MB until OOM at dalvik.system.VMRuntime.newNonMovableArray(VMRuntime.java) at android.graphics.Bitmap.nativeCreate(Bitmap.java) at android.graphics.Bitmap.createBitmap(Bitmap.java:975) at android.graphics.Bitmap.createBitmap(Bitmap.java:946) at android.graphics.Bitmap.createBitmap(Bitmap.java:913) at jp.wasabeef.blurry.internal.Blur.rs(Blur.java:51)...
at android.graphics.Canvas.throwIfCannotDraw(Canvas.java:1224) at android.graphics.Canvas.drawBitmap(Canvas.java:1280) at jp.wasabeef.blurry.internal.Blur.rs(Blur.java:52) at jp.wasabeef.blurry.Blurry$ImageComposer.into(Blurry.java:153)
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.graphics.Bitmap.isRecycled()' on a null object reference at android.graphics.Canvas.throwIfCannotDraw(Canvas.java:1302) at android.graphics.Canvas.drawBitmap(Canvas.java:1358) at jp.wasabeef.blurry.internal.Blur.rs(Blur.java:60) at jp.wasabeef.blurry.internal.BlurTask$1.run(BlurTask.java:60) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) at java.lang.Thread.run(Thread.java:818)
Thanks for great library but i want to know if there as ability to add more than one parallax View i tried to another one but it didn't works Thanks