ViewPump.Builder.setPrivateFactoryInjectionEnabled(boolean)
This will need to be called from the
Activity.onCreateView(View, String, Context, AttributeSet)
method to enable view font injection if the view is created inside the activity onCreateView.onCreateView(...) method.