我继承了一个EditText类
public class MyEdit extends EditText{
   ......
}在Activity中使用
MyEdit edit = (MyEdit)findViewById(R.id.edit);
为什么就异常了,不能有效!???????????