当前位置: 代码迷 >> Android >> 在android 4.1系统中施用Editor控件的时候为什么获得不了Text属性
  详细解决方案

在android 4.1系统中施用Editor控件的时候为什么获得不了Text属性

热度:29   发布时间:2016-05-01 14:19:19.0
在android 4.1系统中使用Editor控件的时候为什么获得不了Text属性
在android 4.1系统中使用Editor控件的时候 为什么获得不了Text属性
Java code
public void onCreate(Bundle savedInstanceState) {        super.onCreate(savedInstanceState);        setContentView(R.layout.activity_testv_iewmain);        editor=(Editor)findViewById(R.id.editText1);        editor.getText();             }


------解决方案--------------------
没用过Editor,只用过EditText的路过一下
  相关解决方案