有没有办法以编程方式更改窗口小部件中textview的字体系列?我只想使用系统字体(Roboto Thin,Condensed等),而不是任何自定义字体。
答案 0 :(得分:0)
是的,您可以使用RoboFont库,下面是我使用该库进行textview的示例。
<com.eevoskos.robotoviews.widget.RobotoTextView
android:layout_weight="1"
android:background="@color/table_row_header"
android:gravity="center"
android:padding="@dimen/table_row_header"
android:text="Product"
app:typeface="condensed_bold" />