<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
属性缺失” 。