Dynamic Text size change according to tablet

前端 未结 4 1638
独厮守ぢ
独厮守ぢ 2020-12-14 03:51

With all effort,I finally reached to the end of my first app in android. And thanks to all. But after coming to end, I realized one thing that my app text size is common in

4条回答
  •  情歌与酒
    2020-12-14 04:50

    no need to change textsize dynamically use sp for textsize it will automatically arrange the text size depending on the screen resolutions..like in phone.

    android:textSize="10sp"
    

提交回复
热议问题