Hi there,

The application I'm developing needs to support several different sizes,
from Normal to Extra Large. I'm using sp for text size and dp for
everything else, as recommended in android's best practices. The thing
is... In many places the only thing that changes is the text size, and I
really need to set a different size for each screen layout - unless I'm
mistaken. This is kind of awful as I'll have to have layouts for every
screen size, in some cases multiplied by orientation. So my question here
is... isn't there some other way (easier one) for doing this?

I've looked at the text appearance flags,
like ?android:attr/textAppearanceMedium but they look completely different
across sizes, so that isn't good enough either.
I know this is not exactly Xamarin related, but Android, though... I'd
appreciate some hints on "the best way" of doing this.

Cheers

-- 
Gonçalo Oliveira
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to