我已经尝试了许多在线可用的选项,但它们似乎都不起作用。
我为此目的使用了这个 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 中。但他们都没有工作。