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"试试
[解决办法]
系统提出的一个警告 不影响显示
[解决办法]
只是没有确定默认的输入信息吧