Threre is no "setTextAppearance()" method in TextLayoutBuilder
kingty opened this issue · 2 comments
kingty commented
Threre is no "setTextAppearance()" method in TextLayoutBuilder
ahmedre commented
you can use ResourceTextLayoutHelper.setTextAppearance(builder, context, styleRes);
sriramramani commented
Closing this as we have a solution for this. We will try to pull the setTextAppearance
from ResourceTextLayoutHelper
into TextLayoutBuilder
in the future. Thanks for reporting this.