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

fill_parent和wrap_content的有关问题

2012-09-22 
fill_parent和wrap_content的问题Android学习ING,遇到一个错误.?xml version1.0 encodingutf-8?R

fill_parent和wrap_content的问题

Android学习ING,遇到一个错误.

<?xml version="1.0" encoding="utf-8"?><RelativeLayout                 xmlns:android="http://schemas.android.com/apk/res/android"                android:layout_width="fill_parent"                 android:layout_height="wrap_content"                 android:padding="10dip"                  android:background="#0000FF"><TextView android:text="请输入用户名:" android:id="@+id/label" android:layout_width="fill_content" android:layout_height="wrap_content" /></RelativeLayout>

?报错:

error: Error: String types not allowed (at 'layout_width' with value 'fill_content').

为什么?按照书上的代码打的!实在不知道错在哪儿了!囧!

热点排行