xiconify icon indicating copy to clipboard operation
xiconify copied to clipboard

Iconify project converted to C#

Results 2 xiconify issues
Sort by recently updated
recently updated
newest added

When attempting to dispose of the `IconDrawable` framework peer efficiently using the following code: ``` using (var icon = new IconDrawable(itemView.Context, MaterialIcons.md_chevron_right.ToString()).WithColor(Color.White)) { chevron.SetImageDrawable(icon); } ``` The following exception is...

Trying to use `JoanZapata.XamarinIconify.Widget.IconButton` in xml causes a runtime exception. Is this expected? `[Register ("JoanZapata.XamarinIconify.Widget.IconButton")]` needs to be added to the `IconButton` class in your assembly in order for it...