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


pic


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

ruby - How do I merge two hashes into a hash of arrays? -