标签:android blog http ar 2014 art div sp log
在Android中有时候会遇到EditText是否设置获得焦点的属性:
其实实现起来很简单,在其父控件中添加属性:
android:focusable="true"
android:focusableInTouchMode="true"
就可以了。
有时候EditText需要设置它的样式像textview那样:
实现起来简单,在其添加属性:android:backgrpund ="@null",就可以了。
哈哈,实现的效果不错。
如何在Android中设置EditText开始的时候是否获得焦点
标签:android blog http ar 2014 art div sp log
原文地址:http://www.cnblogs.com/leifengcomrade/p/3957092.html