hello how can i init programmatically your editor ?
AttributeSet attrs = null;
final Editor tv_1 = new com.github.irshulx.Editor(mAct,null);
ViewGroup.LayoutParams xx = new ViewGroup.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT,height);
tv_1.setMinimumHeight(500);
tv_1.setLayoutParams(xx);
hello how can i init programmatically your editor ?
AttributeSet attrs = null; final Editor tv_1 = new com.github.irshulx.Editor(mAct,null);
ViewGroup.LayoutParams xx = new ViewGroup.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT,height); tv_1.setMinimumHeight(500); tv_1.setLayoutParams(xx);
what can be the value of attrs ?