I want to force Android's default font (Roboto in ICS and something else in older ones) to all the TextViews in my android app.
It should not change when user changes it from the System preferences.
Is that even possible?
I tried to set the typeface to normal in the application's theme. But that did not work. But when I tried monospace it worked.
I do not want to include any font files in my package. I've seen GMail app doing it in ICS. How are they doing it?