gpt4 book ai didi

Android 错误与 Edittext MaxLines

转载 作者:太空狗 更新时间:2023-10-29 15:33:15 24 4
gpt4 key购买 nike

编辑文本中的 MaxLines 属性不起作用:

<android.support.design.widget.TextInputLayout
android:layout_width="match_parent"
android:layout_marginBottom="5dp"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:textColorHint="@color/colorAccent"
android:layout_height="wrap_content">
<EditText
android:id="@+id/register_userName"
android:maxLines="1"
android:textColorHint="@color/colorAccent"
android:textColor="@color/colorAccent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Name" />
</android.support.design.widget.TextInputLayout>

我在我的 gradle 中使用以下内容:

compileSdkVersion 25
buildToolsVersion '25.0.2'

虽然我已经为我的编辑文本指定了 android:maxLines="1",但我在 Android 5.1 上测试的编辑文本转移到新行,这在我以前的应用程序上运行良好,但我最近更新了我的构建工具,我不确定为什么 android:maxLines="1" 没有按预期工作。

最佳答案

现在您应该将 inputType="text"maxLines="1" 用于单行。

关于 SO 为何被弃用的讨论: Is the xml attribute singleLine deprecated or not in Android?

谷歌问题: https://code.google.com/p/android/issues/detail?id=221762

关于Android 错误与 Edittext MaxLines,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41594657/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com