腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
使用
android
后
无法
选择
项目
:
inputType
textMultiLine
、
、
、
、
我试图将Picker的默认设置更改为
android
,因此我更改了
android
的默认设置(因为它不能与css一起
使用
)。 我的问题是:选取器没有显示大字符串。<item name="
android
:spinnerItemStyle">@style/SpinnerItem</item> <item name="
android
:spinnerDropDownItemStyle<item name="
浏览 23
提问于2020-12-08
得票数 0
3
回答
在
android
中编辑文本
我设置了以下属性来编辑文本
android
:id="@+id/profile_about"
android
:layout_centerInParent="true"
andro
浏览 3
提问于2011-05-27
得票数 0
回答已采纳
3
回答
在EditText中,文本不能用多行书写
、
、
这是我的EditText
android
:id="@+id/tbr_des"
android
:layout_height="match_parent"
android
:
inputType
="
浏览 4
提问于2015-02-28
得票数 1
回答已采纳
4
回答
当
inputType
在
android
中给出时,Min线不能工作
、
我需要显示至少4行的编辑文本,当minLines给它很好的工作,但是当添加
inputType
标记时,Min行失败。<EditText
android
:layout_width="5dp"
android
:
inputType
="textCapSentences|text
浏览 9
提问于2015-04-23
得票数 11
回答已采纳
4
回答
多行编辑文本与编辑文本的首字母大写
、
、
你好,我正在尝试将EditText设置为多行,第一个字母应该是大写字母,我正在
使用
android
:
inputType
="textCapSentences",但是在设置输入类型到textCapSentences这里是当前的EditText
android
:id="@+id/commentsEditText"
a
浏览 1
提问于2014-05-14
得票数 12
回答已采纳
3
回答
如何在编辑文本中显示整个文本?
、
、
、
、
但是,当注释中有太多的文本,或者清单中的许多行时,我
无法
看到整个注释文本。只是不能滚动到音符的顶端。我怎么才能修好它? xmlns:app="http://schemas.
android
.com/apk/res-auto" xmlns:tools="http://schemas
浏览 8
提问于2021-08-06
得票数 1
回答已采纳
4
回答
android
编辑文本视图仅2行
、
在我的
android
应用程序中,我想在编辑文本视图中设置2行的限制。我在我的设计中设置:
android
:layout_width="wrap_content"
android
:textSize="13sp"
an
浏览 0
提问于2015-12-01
得票数 1
2
回答
多行的
inputType
=“数字”
、
="@drawable/rounded_corners"
android
:
inputType
="number"<shape xmlns:
android
="http://schemas.
android
.com/apk/res/
andro
浏览 6
提问于2015-08-23
得票数 8
回答已采纳
3
回答
没有建议在
android
中
使用
多行编辑文本
、
我想在
android
中实现没有暗示性的多行EditText。我在googled上搜索了很多,我发现了下面的代码:或 noticeEditText.setInputType(
android
.text.
InputType
.TYPE_CLASS_TEXT |
android
.text.
InputType
.TYPE_TEXT_VARIATION_VISI
浏览 4
提问于2013-08-19
得票数 6
7
回答
如何从EditText中保留换行符?
下面的代码在我显示新行时忽略它们 String subject = ""; subject = etSubject.getText().toString();编辑:我的edittext已经设置为多行,但是当我在其中写多行文本时,它返回为带有上面封面的单行
浏览 0
提问于2012-07-02
得票数 6
回答已采纳
1
回答
Android
: EditText -多行和
android
:
inputType
、
、
我确定我记得它以前默认这样做,但我似乎不能让它工作知道…
android
:id="@+id/title"
android
:layout_height="wrap_content"
android
:hint="@string/hint"
android
浏览 0
提问于2013-07-03
得票数 10
回答已采纳
2
回答
如何在
android
系统中生成多行和多行的编辑文本
、
我发现
android
:
inputType
和and "
textMultiLine
"以及"textCapSentences"分别使输入文本多行和init上限,但是我们如何将两者协作成一个编辑文本呢?因为当我将两个
android
:
inputType
放在一个编辑文本中时,会显示错误。"
android
:lay
浏览 0
提问于2014-04-01
得票数 1
回答已采纳
4
回答
如何在将EditText设置为真
后
将textIsSelectable重新设置为可编辑状态?
当我的应用程序启动时,我在EditText中加载了一些用户
无法
编辑的文本,直到单击“菜单”并
选择
“编辑文本”。:layout_width="match_parent"
android
:gravity="top" /> 用户
选择
“编辑文本”
后
浏览 14
提问于2013-10-20
得票数 1
回答已采纳
7
回答
Android
:多行EditText垂直对齐(文本区)
、
、
、
我正在
使用
下面的代码。<EditText
android
:layout_height="wrap_content"
android
:singleLine="false"
an
浏览 4
提问于2010-03-15
得票数 236
回答已采纳
4
回答
如何使我的EditText五行高而不用
android
:
inputType
="
textMultiLine
"?
、
、
或者,如何在多行文本中
使用
imeOption "actionNext“?
android
:id="@+id/etEdit"
android
:layout_height="wrap_content"
android
:gravity="top&qu
浏览 14
提问于2011-10-03
得票数 7
4
回答
如果文本很长,那么文本字段将进入下一行,如何阻止它
、
我是
android
开发的新手,我正在尝试创建一个文本域,如果我输入长文本,下一行不会出现。
android
:layout_width="0dp"
andro
浏览 0
提问于2013-06-20
得票数 0
回答已采纳
11
回答
如何在安卓系统中创建TextArea
如何显示我的
android
项目
的TextArea?在xml中,惟一的
选择
是TextField,多行。但这是可编辑的。我需要一个TextArea,它只用于显示消息/文本不能由用户编辑/输入。
浏览 0
提问于2011-12-29
得票数 37
回答已采纳
2
回答
安卓EditText 3.5行
、
、
我尝试了很多属性,但仍然
无法
实现。我们是否有任何财产组合,否则我将不得不手动完成。假设我将一些高度固定为
android
:layout_height=“36 if”,如果行计数再次为>= 4,我必须以这种方式设置
android
:layout_height=“48 if”,这样我就可以实现我想要的目标
浏览 3
提问于2015-02-17
得票数 0
回答已采纳
7
回答
安卓: EditText中的多行和无自动提示
、
我尝试
使用
以下代码:我在这个中看到了,但它对我不起作用。如果我尝试同时
使用
这两种方法,EditText支持多行,但会出现建议。单独
使用
时,它们可以正常工作。谢谢!
浏览 0
提问于2010-04-16
得票数 8
回答已采纳
2
回答
如何在
android
studio的EditText中避免字符堆叠
、
、
、
我创建了一个EditText并将maxLenght设置为200。但是,当我键入超过200个字符并尝试删除文本时,它首先会删除未显示的字符。我该如何避免这种情况?
浏览 0
提问于2015-10-13
得票数 0
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
详解 EditText 输入框
Web 键盘输入法应用开发指南 (3) —— 输入法事件
Total Control手机多控软件脚本功能之FindNode
关于Support库28及以上版本无法查看源码问题
Flutter学习笔记(1):开发环境搭建
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
云直播
活动推荐
运营活动
广告
关闭
领券