使用支持库自动调整主屏幕小部件中的文本

时间:2017-07-31 09:42:30

标签: java android textview android-appwidget

我无法在textview上使用支持库26 app:autoSizeTextType属性,它迫使我使用AppCompatTextView class.Regular TextView无法识别app前缀,如官方{{3} }。当我在小部件上使用AppCompatTextView时,它会带来渲染问题。有没有办法实现这一点?

1 个答案:

答案 0 :(得分:0)

我认为这是Android的linter问题。尝试使用configure { from (blah blah) .routeId(blah) .. .. } 属性。

tools:ignore="MissingPrefix"

编辑:Android对RemoteViews方式使用AppCompat Views有正式回应(提示:不要)the docs