博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
editView
阅读量:5962 次
发布时间:2019-06-19

本文共 621 字,大约阅读时间需要 2 分钟。

  hot3.png

15
down vote
accepted

I know you don't want to use an EditText but it's really easy to make it look like a TextView.

You can also use android:background="@null".

Edit:

The TextView's editable param does make it editable (with some restrictions).

If you set android:editable="true" you can access the TextView via the D-pad, or you could add android:focusableInTouchMode="true" to be able to gain focus on touch.

The problem is you cannot modify the existing text, and you cannot move the cursor. The text you write just gets added before the existing text.

转载于:https://my.oschina.net/dongwq/blog/180859

你可能感兴趣的文章
《51单片机应用开发从入门到精通》——导读
查看>>
iOS深拷贝与浅拷贝
查看>>
mysql5.6参数说明
查看>>
[转]线程安全的单例模式
查看>>
winfrom的打开窗口特效
查看>>
IOS(swift)-数据存储 · NSKeyedArchiver 归档
查看>>
TypeScript 入门指南
查看>>
mysql报错 Data truncated for column 'from' at row 1
查看>>
Monkey test确定package name的一种特殊方法
查看>>
ubuntu 12.04.4 安装 devstack
查看>>
windows10:一些虚拟化功能与vmware冲突
查看>>
Java Network Programming, Third Edition
查看>>
JXL导出Excel数据表
查看>>
数据库字段加1
查看>>
GNOME是最好的!
查看>>
Nginx 的软件负载均衡详解
查看>>
往事两三则
查看>>
使用LiveData和DataBinding进行双向绑定
查看>>
Convert Url to InetAddress
查看>>
oracle 限制特定ip登录
查看>>