Top "Android-fonts" questions

There are different fonts available to use programmatically and also using the device setting, Generally programmers do use fonts in a way that keeping the font file in assets folder and then passing the font as resource to textviews.

Font size of TextView in Android application changes on changing font size from native settings

I want to specify my own text size in my application, but I am having a problem doing this. When …

android android-layout textview android-fonts
How to set default font family for entire Android app

I'm using the Roboto light font in my app. To set the font I've to add the android:fontFamily="sans-serif-light" …

android android-fonts
Android - Using Custom Font

I applied a custom font to a TextView, but it doesn't seems to change the typeface. Here is my code: …

android custom-font android-fonts android-typeface
Is it possible to set a custom font for entire of application?

I need to use certain font for my entire application. I have .ttf file for the same. Is it possible …

java android android-fonts
How to add external fonts to android application

I was looking for some stylish fonts for my android application. but the problem is how can i make my …

android android-fonts
Set Indian Rupee symbol on text view

I am developing an application. And i need to set the symbol of Indian rupee on text view which is …

android android-fonts
How to set custom font for a whole application in Android?

Is it possible to set a custom font in an Android application? I tried what is posted here, but I …

android android-fonts
Change the font of tab text in android design support TabLayout

I'm trying to work on the new TabLayout from the android design library. I want to change tab text to …

android fonts android-design-library android-fonts android-tablayout
Android: Want to set custom fonts for whole application not runtime

Is it possible to set any custom font in every control of the application? And not necessarily runtime ? (i.e. …

android fonts textview android-fonts
Accessing a font under assets folder from XML file in Android

I am trying to do a application-wide font change and creating a style file to do so. In this file (…

android android-assets android-gui android-fonts