Font Sizes Not Adjusting To Different Screen Sizes

omegarenna

New Member
I have read the Android articles about supporting different screen sizes via using "match_parent" and "wrap_content", as well as "sp" and "dp", and relative layout. I have implemented all those suggestions, but still when I change the size of the screen to say, tablet, in the XML editor of Eclipse, the font sizes of the TextViews and Buttons do not seem to change at all to adapt to the the larger screen size. The same goes for smaller screens (such as 3.2 inch). Does anyone have any suggestions?
 
Back
Top