How can I have different xml font sizes for different Android Wear Watches? Currently there are 280/320/360/400/480 resolution watches. I adjust my fonts programmatically after I detect the screen size with onSurfaceChanged(); Can I have different .xml for different resolution and how should I define it? It will be a lot more better solution and it will cut my code a lot.
Asked
Active
Viewed 132 times
0
-
Have you looked at http://stackoverflow.com/questions/9877946/text-size-and-different-android-screen-sizes ? – Roy Falk Feb 20 '16 at 11:10
-
Yes, but how does the layout sizes relate to the screen resolution of the wear devices? – Георги Ангелов Feb 20 '16 at 11:30