首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

android 布局有关问题

2012-04-02 
android 布局问题EditTextandroid:layout_widthfill_parentandroid:layout_heightwrap_contentandr

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

热点排行