Creating TextViews with Drawable and supporting vector images in it

Updated 18 December 2016

Save

As we know this is the age of vector for android. But there is some constraints even in the latest support libraries. One such is setting vector image for the drawable associated with the text view.

screenshot_1

In order to add vector drawable images/icons in the drawable of a text view. We can use the following workaround. Until Android guys don’t come up with the updated libraries.

The idea is of adding vector image inside a layer-list or selector drawable and then setting it directly.

 

Here is the example:

/* ic_wishlist_wrapper.xml */

/* ic_wishlist.xml */

and now setting ic_wishlist_wrapper instead of ic_wishlist will do the trick.

 

Hope this trick works for you and you continue to support more and more VectorDrawables.

 

UI
author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


1 comments

  • Bukenya Charles Lusansa
  • Start a Project


      Message Sent!

      If you have more details or questions, you can reply to the received confirmation email.

      Back to Home