0
<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_heightlayout_width属性がありません」。

4

1 に答える 1