I\'m defining a style XML for my android app. I have some TTF files I want to use, how can I set the typeface to use those files as the font as opposed to the generic \"san
Yes, you can :)
step 1: Create a folder and name it 'font' and put your .ttf inside it.
step 2: Go to style.xml and do the following : -
step 3: Use the style tag anywhere in views(TextView, TabLayout,..etc.):-