读书人

android 布局有关问题

发布时间: 2012-04-02 19:58:59 作者: rapoo

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

读书人网 >Android

热点推荐