0

所以我尝试使用这个 list-layer(window_background.xml) ,我的主题:

<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
    <shape android:shape="rectangle">
        <solid android:color="@color/background_grey" />
    </shape>
</item>
<item  android:top="60dp">

    <bitmap android:src="@drawable/logo_home_white_agora"
            android:gravity="center"/>
</item>

主题:

<style name="Theme.CustomTheme" parent="android:Theme">

<item name="android:windowBackground">@drawable/window_background</item>
<item name="android:windowTitleBackgroundStyle">@style/CustomWindowTitleBackground</item>

问题是使用列表层似乎不会重绘配置更改的背景以使用特定大小的图像。还有另一种方法可以做到这一点吗?

4

0 回答 0