0

I'm using tools:src for ImageView to show sample vector image in Android Studio (v3.4.2) design preview (check this SO QA)

It worked well, but if I start use support library (vectorDrawables.useSupportLibrary = true), tools:src stop working - no preview in design tool.

How can I enable design preview of vector graphics with support library enabled?

Wonil
  • 6,364
  • 2
  • 37
  • 55

1 Answers1

0

Simple answer by myself. Change tools:src to tools:srcCompat

Wonil
  • 6,364
  • 2
  • 37
  • 55