Is it possible to define a similiar rectangle like this:
<item android:id="@android:id/background">
<shape>
<gradient
android:angle="270"
android:endColor="#444444"
android:startColor="#666666" />
<corners android:radius="10dip" />
</shape>
</item>
</layer-list>
BUT ONLY the upper corners WITH radius, and the others without.