Exemplo n.º 1
0
 public NetworkImageView(Context context, AttributeSet attrs) {
   this(context, attrs, 0);
   init(context, attrs);
 }
Exemplo n.º 2
0
 public NetworkImageView(Context context, AttributeSet attrs, int defStyle) {
   super(context, attrs, defStyle);
   init(context, attrs);
 }
Exemplo n.º 3
0
 public NetworkImageView(Context context) {
   this(context, null);
   init(context, null);
 }