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