facebook/TextLayoutBuilder

Threre is no "setTextAppearance()" method in TextLayoutBuilder

kingty opened this issue · 2 comments

Threre is no "setTextAppearance()" method in TextLayoutBuilder

you can use ResourceTextLayoutHelper.setTextAppearance(builder, context, styleRes);

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.