textsize这个属性可以改的,,,

解决方案 »

  1.   

    如果只是适用于自己的app程序,可以写个theme
    <style name="AppTheme" parent="android:Theme.Light">
            <item name="android:textSize">30sp</item>
        </style>
      

  2.   

    写一个算法不就行了么,比如1080P就32sp,720P就28sp之类,然后在oncreate里面初始化控件的时候设置!
      

  3.   

    哎,你还是没明白啊,我现在不想用settextsize,我们在使用TextView时是可以不用setTextSize的,这是系统会有一个默认值,我的是12.那我如何更还这个默认值变成15.要是通过setTextSize,就太容易了