Android:让EditText不自动获取焦点
时间:2014-08-22 17:40:29
收藏:0
阅读:301
解决方法:
在EditText的父级控件中加入属性:
android:focusable="true"
android:focusableInTouchMode="true"
把EditText默认的行为截断
原文:http://www.cnblogs.com/tinyphp/p/3929891.html
评论(0)