EditText

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

posted @ 2017-05-18 11:36  华丶仔  阅读(95)  评论(0编辑  收藏  举报