TextInputLayout中的多行提示

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TextInputLayout中的多行提示相关的知识,希望对你有一定的参考价值。

我有一个很长的文本,需要浮动编辑文本,如要求所示。我在这里经历了很多这样的问题,但找不到合适的答案。我们怎样才能做到这一点?我试过在提示字符串中使用' n'但它没有用。

答案

提示采用与其相关的Edittext的行为。添加android:inputType =“text | textMultiLine”将为您提供多行提示。

另一答案
you can add 
 without giving any space. example shown below

 <string name="hint_manish">Hint first line
Hint second line
Hint third line</string>
另一答案

默认情况下,浮动标签不支持多行。这是我为我的项目创建的自定义多行textinput布局的github qazxsw poi。

以上是关于TextInputLayout中的多行提示的主要内容,如果未能解决你的问题,请参考以下文章

使用 TextInputLayout 时更改 EditText 提示颜色

更改 TextInputLayout 仅提示文本样式

概述 TextInputLayout 中带有提示的错误

将 android 支持库升级到 28.0.0 后 TextInputLayout 提示颜色不变

Android - MD之TextInputLayout的使用

TextInputLayout使用时各个地方的字体颜色