5
我想設置一個孩子他們Theme.Wallpaper.NoTitleBar
,但我希望它只是半透明的。我現在的風格寫成這樣:製作一個半透明的主題。壁紙
<resources>
<style name="CustomClear" parent="@android:style/Theme.Wallpaper.NoTitleBar">
<item name="android:color">#F0000000</item>
</style>
</resources>
的最終目標是仍然能夠看到的背景壁紙,但其顏色變深,使文字更容易閱讀。我至少在正確的軌道上嗎?