Ejemplo n.º 1
0
 public TextContentView(Context context, AttributeSet attrs) {
   super(context, attrs);
   init(context);
 }
Ejemplo n.º 2
0
 public TextContentView(Context context, AttributeSet attrs, int defStyle) {
   super(context, attrs, defStyle);
   init(context);
 }
Ejemplo n.º 3
0
 public TextContentView(Context context) {
   super(context);
   init(context);
 }