Android:更改PreferenceActivity的windowBackground会导致奇怪的效果

时间:2011-11-01 08:38:54

标签: android transparency drawable preferenceactivity

我想在我的偏好活动中添加背景图片。 我试过创建自定义主题:

<style name="MyPreference" parent="android:Theme.Light.NoTitleBar">
    <item name="android:windowBackground">@drawable/preference_background</item>
</style>

并在清单中:

<activity android:name="SettingsActivity" android:theme="@style/MyPreference">
...        
</activity>

但由于某些原因导致PreferenceScreen具有透明背景,如下所示: http://i39.tinypic.com/w2lq46.jpg

任何想法我怎么能克服这个?

0 个答案:

没有答案