how to put True type font file in assets folder in android studio -
i have true type fonts file contains fonts of rockwell.i need put in assets folder in android studio.but not able put it.can tell how this?
just create assets directory under main directory of project (src/main/assets). copy , paste in folder , use it.
these links maybe useful complete information : gradle based projects

Comments
Post a Comment