Set font size on phone and tablet

后端 未结 4 1144
一个人的身影
一个人的身影 2021-01-26 06:51

How to set the font size for a textview in a phone and a tablet. The posts I\'ve referred suggested to creating dimen.xml and placing them in different folders name

4条回答
  •  渐次进展
    2021-01-26 07:35

    I tryed this will work text size set default size

    create :android/res/values/styles.xml

    
    
    

    where

    @android:color/secondary_text_dark
    

    these colors are defined in /res/color/, check /res/color/secondary_text_dark.xml

提交回复
热议问题