[android-developers] Re: Parts of words in TextView are out of the screen

2011-05-04 Thread omar
The font has to be Right To Left since the app is in Arabic.. On May 4, 5:14 am, Indicator Veritatis mej1...@yahoo.com wrote: Seehttp://stackoverflow.com/questions/2025282/difference-of-px-dp-dip-an... and reconsider your use of 15sp. You may want to set other attributes too, but it seems that

[android-developers] Re: Parts of words in TextView are out of the screen

2011-05-03 Thread Indicator Veritatis
See http://stackoverflow.com/questions/2025282/difference-of-px-dp-dip-and-sp-in-android and reconsider your use of 15sp. You may want to set other attributes too, but it seems that using 'sp' for android:padding alone is probably not what you want. It might be a good idea to test it out with

Re: [android-developers] Re: Parts of words in TextView are out of the screen

2011-05-03 Thread Dianne Hackborn
sp vs. dp is generally fine. In current builds they are the same thing. In the future, the sp value will change based on the user's font size preference. (Actually you can write an app today that lets you poke the font size scaling factor, though the standard UI in the platform generally