我想在主屏幕小部件中更改textview的字體?如何在主屏幕小部件中更改textview的字體?
RemoteViews remoteViews = new RemoteViews(context.getPackageName(),
R.layout.time_widget_layout);
remoteViews.setTextViewText(R.id.tvTime, Utility.getCurrentTime("hh:mm:ss a"));
我在我的資產文件夾中有字體。
AFAIK,這是不可能的。 – CommonsWare
@CommonsWare任何其他方式? –