<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
<gradient
android:layout_width="match_parent"
android:angle="270"
android:centerColor="#4ccbff"
android:endColor="#24b2eb"
android:startColor="#24b2eb" />
<corners android:radius="5dp" />
</shape>
上記のコードは、行番号4layout_height
に「必要な属性がありません」を示しています。
&
行番号11の「必須layout_height
でlayout_width
属性がありません」。