0

small question:

i made a live wallpaper with a runnable i made. Why when i try to .drawARGB or .drawColor with the color white or any color, on a canvas, it shows for a split second and turns back to the color black all over the screen?

but when i draw lines with .drawLine they do stay there as if have been printed in?

Dheeraj Vepakomma
  • 26,870
  • 17
  • 81
  • 104
Daniel Mendel
  • 506
  • 5
  • 17

1 Answers1

0

Try to disable hardware acceleration using

<application android:hardwareAccelerated="false">
alcsan
  • 6,172
  • 1
  • 23
  • 19