EditText

[b]1. Android 如何让EditText不自动获取焦点[/b]
解决办法:在EditText的父级控件中添加以下两个属性
[b]android:focusable="true"  
android:focusableInTouchMode="true"[/b]
这样,就把EditText默认的行为截断了!
[img]http://dl2.iteye.com/upload/attachment/0091/7488/f3a505d7-a630-3b95-953d-d1ee9a719abb.png[/img]

猜你喜欢

转载自lijun0349-163-com.iteye.com/blog/1983599