I tried many of the available options on the Internet, but none of them seem to work.
I used this XML for this purpose.
<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>
I also installed
<item name="android:singleLine">false</item>
in both TextLabel and EditText. But none of them work.
android android-edittext
Vaibhav jaiswal
source share