JoanZapata / android-iconify

Android integration of multiple icon providers such as FontAwesome, Entypo, Typicons,...
http://joanzapata.com/android-iconify
Other
3.93k stars 527 forks source link

Outlined icons on HiRes / API 23 #156

Closed ghost closed 8 years ago

ghost commented 8 years ago

We are using com.joanzapata.iconify:android-iconify-fontawesome:2.1.0 and experience weird visual effect which happens currently only using SDK 23 and high res screens: the icons which look "outlined" are from fontawesome, others are pure images.

screenshot_2016-02-07-15-51-00_720

Tumanin commented 8 years ago

screenshot_2016-02-11-15-36-50 solved, the problem was because we used the old code. We imported the new library (2.1.0), but had the old one in the folders and used it. Now it looks right.

JoanZapata commented 8 years ago

Good. :)