public TextContentView(Context context, AttributeSet attrs) { super(context, attrs); init(context); }
public TextContentView(Context context, AttributeSet attrs, int defStyle) { super(context, attrs, defStyle); init(context); }
public TextContentView(Context context) { super(context); init(context); }