C# (CSharp) com.joanzapata.iconify 네임스페이스

중첩된 네임스페이스

com.joanzapata.iconify.@internal
com.joanzapata.iconify.fonts
com.joanzapata.iconify.sample
com.joanzapata.iconify.widget

클래스들

이름 설명
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).