以Kitkat为中心的拉伸中心

时间:2016-07-29 08:28:57

标签: android android-drawable xml-drawable

我有以下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上的外观:

enter image description here

然而,这在Android 4.4中完全延伸:

enter image description here

如何在Android 4.4上修复它?请注意我只能使用drawable xml,因为这是background of the splash

0 个答案:

没有答案