irshu355 / Android-WYSIWYG-Editor

:pager: A text editor written in Android using native components in the content tree. Integrate easily to work with web based WYSIWYG's.
http://irshulx.github.io/Android-WYSIWYG-Editor
Apache License 2.0
412 stars 116 forks source link

init programmatically #89

Open openmotion opened 4 years ago

openmotion commented 4 years ago

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 ?