如何限制RichEdit中的行数

时间:2018-01-23 15:20:25

标签: android

我是android的初学者。但经过大量尝试和参考后,我设计了一个使用此库的文本编辑器RichEditor

它似乎是一个webview。一切正常,但我想知道如何限制可以输入的文本行。我在SO问题中搜索了很多,但没有什么可以帮助我

我的代码:

RichEditor rE=findViewById(R.id.editor);
rE.setEditorFontSize(22);
//We can change the background and text color of text but how to limit 
lines of text?

0 个答案:

没有答案