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