sebastian tellez
Results
1
comments of
sebastian tellez
``` import android.view.ViewGroup import android.widget.TextView import io.github.angebagui.mediumtextview.ParagraphView import mx.jetty.jetty.jettyelements.FontManager /** * @author Gorro * @since 06/09/17. */ fun ViewGroup.setFont() { (0..this.childCount).map { val view = this.getChildAt(it) if (view is ParagraphView)...