<EditText 
         android:layout_width="match_parent"         
         android:layout_height="wrap_content" 
         android:text="@string/EditText2" 
         android:inputtype="textpassword"        
         android:id="@+id/EditText2"/>  
出现错误:This text field does not specify an inputType or a hint
但是我查了时inpouttype的问题,可是怎么改也是不对!!求指导!!