dpi value of default “large”, “medium” and “small” text views android

后端 未结 3 1403
抹茶落季
抹茶落季 2020-12-22 15:06

Does the documentation ( or anyone) talks about the dpi values of the default

  • Large TextView {android:textAppearance=\"?android:attr/textAppearanceLarge
3条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-22 15:41

    Programmatically, you could use:

    textView.setTextAppearance(android.R.style.TextAppearance_Large);
    

提交回复
热议问题