我有以下xml drawable:
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@android:color/white" />
<item android:drawable="@drawable/previous_step" android:gravity="center"/>
</layer-list>
这就是它在Android 5上的外观:
然而,这在Android 4.4中完全延伸:
如何在Android 4.4上修复它?请注意我只能使用drawable xml,因为这是background of the splash。