http://www.cnblogs.com/kofi1122/archive/2011/03/22/1991828.html
http://www.juziku.com/weizhishi/3077.htm
android开发:View中android:focusable属性的作用
设置是否获得焦点。若有requestFocus()被调用时,后者优先处理。注意在表单中想设置某一个如EditText获取焦点,光设置这个是不行的,需要将这个EditText前面的focusable都设置为false才行。在Touch模式下获取焦点需要设置focusableInTouchMode为true。
Android中focusable属性的妙用——底层按钮的实现
时间: 2024-10-27 16:54:25