このコードで何が起こっているのかわかりません。
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:bottom="10dp">
<shape android:shape="rectangle" >
<solid android:color="#ff8898A4" />
</shape>
</item>
<item>
<shape android:shape="rectangle" >
<gradient
android:angle="90"
android:endColor="#ffD6DDD8"
android:startColor="#ffB1BBC3" />
</shape>
</item>
</layer-list>
ソリッドをグラデーションの下に移動すると、グラデーションは表示されません。しかし、今のままでは立体が見えません。ツーソリッドで困りませんでした。私は何を間違っていますか?