не срабатывает?
<EditText
android:id="@+id/createStreamEnterTitleEt"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:maxLength="100"
android:inputType="textCapSentences|textMultiLine"
android:maxLines="3"
android:singleLine="false"
android:minLines="2"
android:minHeight="68dp" />
Можно при помощи кнопки перехода на следующую строку создать сколько угодно строк
Обсуждают сегодня