android - Is there any tool that allows me to preview VectorDrawables rendered like an actual device would -


i'm in process of switching app use vector assets instead of pngs, , i've found out of them render terribly in lollipop 5.0, although render in nougat (and of them in lollipop 5.1 , marshmallow).

they render if load them through appcompat support library, i'm using them notifications far can tell means have render os does.

so while edits trying make them render in older versions of android, i'd need way preview how lollipop 5.0 render them (android studio's preview rendering them properly, i.e. nougat).
loading them in app in emulator works, obviously, requires less steps make process quicker.

so there tool, or maybe workflow, me this?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -