com.joanzapata.iconify.@internal |
com.joanzapata.iconify.fonts |
com.joanzapata.iconify.sample |
com.joanzapata.iconify.widget |
Name | Description |
---|---|
IconDrawable | Embed an icon into a Drawable that can be used as TextView icons, or ActionBar icons. new IconDrawable(context, IconValue.icon_star) .colorRes(R.color.white) .actionBarSize();If you don't set the size of the drawable, it will use the size that is given to him. Note that in an ActionBar, if you don't set the size explicitly it uses 0, so please use actionBarSize(). |
Iconify | |
Iconify.IconifyInitializer | Allows chain calls on Iconify#with(IconFontDescriptor). |