waqarv712

Results 9 issues of waqarv712

I want to change text color can you please add this feature?

I am facing this error. Should i change this function from protected to public?

java.lang.NullPointerException: Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference at android.graphics.Bitmap.createScaledBitmap(Bitmap.java:734) at com.github.glomadrian.dashedcircularprogress.painter.IconPainter.initBitmap(IconPainter.java:23) at com.github.glomadrian.dashedcircularprogress.painter.IconPainter.draw(IconPainter.java:28) at com.github.glomadrian.dashedcircularprogress.DashedCircularProgress.onDraw(DashedCircularProgress.java:151) at android.view.View.draw(View.java:20250) at android.view.View.updateDisplayListIfDirty(View.java:19125) at android.view.View.draw(View.java:19978) at android.view.ViewGroup.drawChild(ViewGroup.java:4341) at...

Large amount of items getting hidden.

I am using this code: ``` private void getLocationUpdates() { TrackerSettings settings = new TrackerSettings() .setUseGPS(true) .setUseNetwork(true) .setUsePassive(true); // .setTimeBetweenUpdates(5000); // .setTimeBetweenUpdates(30 * 60 * 1000) // .setMetersBetweenUpdates(100); LocationTracker tracker...

I want to play a video from raw directory and i am getting this error (Player encountered a small problem)

I set the arabic locale in my app and its range not working as expected?

It taking long screenshot but showing long black screenshot. I am using like this: `BigScreenshot longScreenshot = new BigScreenshot(this, binding.scrollView, binding.root);` `longScreenshot.startScreenshot();` **Actual Screen:** ![Mon Jun 29 10_50_10 GMT+05_00 2020](https://user-images.githubusercontent.com/28779393/85977750-a46e3200-b9f6-11ea-88e5-ac5f48d13564.jpg)...

Animation getting stuck in recyclerview while scrolling.