在Android中有时候会遇到EditText是否设置获得焦点的属性:
其实实现起来很简单,在其父控件中添加属性:
android:focusable="true"
android:focusableInTouchMode="true"
就可以了。
有时候EditText需要设置它的样式像textview那样:
实现起来简单,在其添加属性:android:backgrpund ="@null",就可以了。
哈哈,实现的效果不错。
时间: 2024-10-13 16:14:06