Hi All
When I started writing my app I was using dip's on all of my text sizes. This appeared to work well. i.e. a label with a text size 10dip on my galaxy note 2 looked around the same size on an emulated device with a smaller screen.
Then I read that dip should not be used on any text sizes so I removed them all and doubled the text size I had (label1.textsize = 10dip became label1.textsize = 20). This doubling made the text look exactly the same on the note. Once I had finished I tried my app on the simulated smaller device and the text looked awful - it looked nothing like the app on the note 2.
So my question is, how do I make text look the same size across devices?
I'm probably being a big newbie on this but any help would be greatly appreciated.
Thank you.
When I started writing my app I was using dip's on all of my text sizes. This appeared to work well. i.e. a label with a text size 10dip on my galaxy note 2 looked around the same size on an emulated device with a smaller screen.
Then I read that dip should not be used on any text sizes so I removed them all and doubled the text size I had (label1.textsize = 10dip became label1.textsize = 20). This doubling made the text look exactly the same on the note. Once I had finished I tried my app on the simulated smaller device and the text looked awful - it looked nothing like the app on the note 2.
So my question is, how do I make text look the same size across devices?
I'm probably being a big newbie on this but any help would be greatly appreciated.
Thank you.