Open ChunxiaZhang opened 9 years ago
Typeface font = Typeface.createFromAsset(context.getAssets(), "octicons.ttf");
All icons are conversed to a kind of font type, we can use the icons like fonts, can set size, color...
Need to understand how they implement this.
Typeface font = Typeface.createFromAsset(context.getAssets(), "octicons.ttf");
All icons are conversed to a kind of font type, we can use the icons like fonts, can set size, color...
Need to understand how they implement this.