オンラインで入手できる多くのオプションを試しましたが、どれも機能していないようです。
この目的のために、この XML を使用しました。
<android.support.design.widget.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:hintTextAppearance="@style/TextLabel">
<com.projects.fonts.RobotoEditText
style="@style/EditText"
android:hint="@string/description"
android:singleLine="false"
app:font="@string/roboto_regular" />
</android.support.design.widget.TextInputLayout>
私も設定しました
<item name="android:singleLine">false</item>
TextLabel と EditText の両方で。しかし、それらのどれも機能していません。