In related news.......
I've gotten to the point where I am creating several different layout variants for each layout in my app. I've noticed too that everything is smaller on the larger (tablet) AVDs. I know part of this is because I am also shrinking the AVD a bit to fit on my monitor, but to me it looks like the text, buttons and input boxes are going to be tiny.
I've read here that 'Android automatically adjusts the font size', but I assume that is only true when it is scaling a layout? I am guessing that in a case where you have several different layout variants (i.e. for a small phone and a large tablet), it will use whatever size is configured in the label's properties for that particular variant?
Getting to my question: If I increase the size of a text input box and its font size in a 'tablet' variant, will the font size also change in the other layout variants? I know the size of the
view shouldn't, but I am not sure about the
font size.
These layout variants are kicking my ass. For Windows, I made one interface. For Android, as much as I am happy with my interface, doing it 4 or 5 times and moving things around is wearing on me.