attr
<!--
默认 app:maxCount="240"
默认 app:IgnoreCnOrEn="true"
-->
<com.classichu.lineseditview.LinesEditView
android:layout_margin="10dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
code
mClassicLinesEditView.setHintText("hintText");
mClassicLinesEditView.setContentText("ContentText");
Log.i(TAG, "onCreate: getHintText"+mClassicLinesEditView.getHintText());
Log.i(TAG, "onCreate: getContentText"+mClassicLinesEditView.getContentText());
代码已上传至