如何在RemoteView中以编程方式更改TextView的字体?

时间:2013-07-09 10:44:40

标签: android android-layout android-widget

有没有办法以编程方式更改窗口小部件中textview的字体系列?我只想使用系统字体(Roboto Thin,Condensed等),而不是任何自定义字体。

1 个答案:

答案 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" />