2. Using 'dp' instead of 'px' to set text size
生活随笔
收集整理的這篇文章主要介紹了
2. Using 'dp' instead of 'px' to set text size
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
android:textSize="45px" ?==>?android:textSize="45dp"
因為Android Phone的手機分辨率各不相同,用px的話,在高分辨率的機子上字體就會變的很小,所以用px。
總結(jié)
以上是生活随笔為你收集整理的2. Using 'dp' instead of 'px' to set text size的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: android Ant批打包学习(零)-
- 下一篇: ios RunLoop 用法