制作不可编辑的EditText组件
我有一个编辑文本。我怎样才能使其不可从代码中编辑。 通过提供标签 android:editable
我们可以在布局中执行此操作。但我需要在代码中执行此操作...请帮助
I have an edit text. How can I make it non editable from the code.
By giving the tag android:editable
we can do in the layout.. But I need to do it in the code...Pls Help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我相信这很简单
I believe it is as simple as
请参阅编辑文本
Refer EDITTEXT
如果您还没有找到答案,我在网上找到了这个:
http ://code.google.com/p/android/issues/detail?id=2854
If you didnt find yet an answer, i have found this in the net:
http://code.google.com/p/android/issues/detail?id=2854
我正在使用这个问题,这个解决方案:
I am using for this problem, this solution: