JoanZapata / android-iconify

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

IconToggleButton not rendering icon #100

Closed matthew-reilly closed 9 years ago

matthew-reilly commented 9 years ago

This doesn't seem to work at all in V2 with the following XML. The icon is not rendered. Not using any other font resources. IconTextView works.

<com.joanzapata.iconify.widget.IconToggleButton
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textOff="{fa-play}"
            android:textColor="@color/font_white"
            android:textSize="@dimen/text_large"/>
JoanZapata commented 9 years ago

Woops. 2.0.5 released with a fix just now, sorry for the inconvenience!