public void setTextTypeface(Typeface tf) {
   for (LoadingLayout layout : mLoadingLayouts) {
     layout.setTextTypeface(tf);
   }
 }