<EditText 
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:id="@+id/namet"/>
出现警告:This text field does not specify an inputType or a hint
怎么回事,如何解决?????????????