EditText

EditText(输入框)
      android:selectAllOnFocus                                //在获得焦点时,会选文本内容
      android:focusable                                       //true表示获得焦点,false不获得焦点(默认获得焦点)
      android:enabled                                         //true表示不可编辑,false可以编辑(默认false)

原文地址:https://www.cnblogs.com/yinhua7896/p/6872518.html