Android-WYSIWYG-Editor icon indicating copy to clipboard operation
Android-WYSIWYG-Editor copied to clipboard

init programmatically

Open openmotion opened this issue 4 years ago • 0 comments

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 ?

openmotion avatar Jun 10 '20 17:06 openmotion