android 布局有关问题

android 布局问题
<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
怎么回事,如何解决?????????????

------解决方案--------------------
加上android:hint= "@string/xxx"试试
------解决方案--------------------
系统提出的一个警告 不影响显示
------解决方案--------------------
只是没有确定默认的输入信息吧