-2

I use library svg-android.jar from https://code.google.com/p/svg-android. Image not display.

I tried setLayerType(View.LAYER_TYPE_SOFTWARE, null) but doesn't work.

I dont know how fixed this.

Joël Salamin
  • 3,538
  • 3
  • 22
  • 33

1 Answers1

0

Add android:hardwareAccelerated="false" to the imageview What android version are you using?