I have an android application in which if user changes his/her system font through settings to some other font, it looks ugly, how can I force my application to use droid sans as default font or an individual element to use droid sans irrespective of user preference.
I have an android application in which if user changes his/her system font through
Share
You can use the XML layout to set the font for your application via
android:typeface. You can set it tonormal,sans,serif, ormonospace.