You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.
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 ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 ?
The text was updated successfully, but these errors were encountered: