fill_parentとwrap_contentの問題

871 ワード

AndroidはINGを学んで、1つの誤りに出会います。
<?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').
なぜですか本のコードどおりに打ちます。どこが間違っているのか分かりません。囧