gpt4 book ai didi

android - 使用编码在 Android 中创建多行编辑 View

转载 作者:太空宇宙 更新时间:2023-11-03 12:22:39 24 4
gpt4 key购买 nike

我已经动态创建了一个 EditText 对象,但是我无法创建多行 EditText。我试过这个:

EditText et1 = new EditText(this);
et1.setHint("Enter Your Address");
et1.setSingleLine(false);
et1.setHorizontalScrollBarEnabled(false);
et1.setInputType(android.text.InputType.TYPE_TEXT_VARIATION_POSTAL_ADDRESS);
et1.setLines(7);

谢谢。

最佳答案

在你的代码中包含这个:

    et1.setMaxLines(maxlines);

或者您可以为编辑文本设置特定的高度。

关于android - 使用编码在 Android 中创建多行编辑 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11187092/

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