I created a sample app in andoid. i tested it with HTC and everythig looks fine . But later when I run the program on Higher Resolution phone the test appears smaller. How can I make the rext appear same size even if the resolution changes in android? Thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Make sure you're specifying the text size in dp (density-independent pixels) or sp (scaled pixels based on preferred font size), not px (pixels). |
|||
|
|