ChunxiaZhang / Toaster

0 stars 0 forks source link

All icons used are from Octicons typeface #24

Open ChunxiaZhang opened 9 years ago

ChunxiaZhang commented 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.