Setting TextView TextAppeareance Programmatically in android

前端 未结 2 1738
面向向阳花
面向向阳花 2021-02-04 23:12

I am going to implement a LinearLayout in which the input fields are programmatically generated according to the number of fields of the database table.

Unf

2条回答
  •  名媛妹妹
    2021-02-05 00:00

    Use TextViewCompat.setTextAppearance() method which will take care of your sdk version checks.

提交回复
热议问题