Closed jishnu7 closed 11 years ago
TextView inside TextEditView was broken in linear layout, because superview parameter was taking from options given to TextEditView.
This commit will fix that issue. Here before passing options to TextView, we are merging it with default value, which will override superview.
Merged upstream, will release today
TextView inside TextEditView was broken in linear layout, because superview parameter was taking from options given to TextEditView.
This commit will fix that issue. Here before passing options to TextView, we are merging it with default value, which will override superview.