waqarv712
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:** ...
Animation getting stuck in recyclerview while scrolling.