Discuz! Board
标题:
修改桌面导航栏不透明
[打印本页]
作者:
zangcf
时间:
2016-6-3 00:27
标题:
修改桌面导航栏不透明
Launcher的theme由这个文件定义引起的::
WallpaperPicker/res/values-sw720dp-v19/styles.xml:::
<resources>
<style name="Theme" parent="android:Theme.Holo.Wallpaper.NoTitleBar">
<item name="android:windowActionModeOverlay">true</item>
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">false</item>
</style>
</resources>
作者:
zangcf
时间:
2016-6-3 00:30
这是由于设置第一个属性
<style name="Theme.Holo.Wallpaper">
<item name="windowBackground">@color/transparent</item>
<item name="colorBackgroundCacheHint">@null</item>
<item name="windowShowWallpaper">true</item>
</style>
<item name="windowBackground">@color/transparent</item>导致的
欢迎光临 Discuz! Board (http://47.89.242.157:9000/bbs/discuz/)
Powered by Discuz! X3.2