Die Andriod -Taste ändert die Farbe nicht
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<stroke android:width="0.5dp"
android:color="#ff000000"/>
<padding android:left="1dp"
android:top="1dp"
android:right="1dp"
android:bottom="1dp"/>
<size android:width="83dp"
android:height="196dp"
/>
<corners android:radius="50dp"/>
</shape>
Graceful Gull