search 登录 注册
arrow_back返回列表
ID:124129
light_mode
Lv.1 韶华一笑间
edit_note帖子 57
stars积分 14,010
event加入 2012-10-04
安卓交流

[教程]『美化教程』安卓全局透明

schedule发表于 2014-02-03 19:12:00 visibility查看 1,543 chat_bubble回复 131
#1 楼主
反编译framework-res.apk后找到面在framework-res\res\values下找到

styles.xml
搜索:
<style name=“Theme“>
<item name=“colorForeground“>@color/bright_foreground_dark</item>
<item name=“colorBackground“>@color/background_dark</item>
复制代码
修改为:
<style name=“Theme“>
<item name=“colorForeground“>@color/bright_foreground_dark</item>
<item name=“colorBackground“>@color/transparent</item>
复制代码
这样就定义了系统背景透明了
然后
搜索:
<item name=“expandableListPreferredChildIndicatorRight“>?expandableListPreferredItemIndicatorRight</item>
<item name=“windowBackground“>@drawable/screen_background_dark</item>
复制代码
改为:
<item name=“expandableListPreferredChildIndicatorRight“>?expandableListPreferredItemIndicatorRight</item>
<item name=“windowBackground“>@drawable/screen_background_abcdefg</item>
复制代码
这是定义背景图片,你需要添加一个透明图片,建议弄半透明的,免得系统界面有些字看不清!
搜索:
<item name=“textColorPrimaryInverseDisableOnly“>@color/primary_text_light_disable_only</item>
<item name=“windowShowWallpaper“>false</item>
复制代码
把false改为true,这里是显示桌面壁纸,不然背景会是黑的!
搜索:
<style name=“Theme.NoTitleBar“ parent=“@style/Theme“>
<item name=“windowNoTitle“>true</item>
复制代码
在下面一行添加:
<item name=“windowShowWallpaper“>false</item>
复制代码
搜索:
<style name=“Theme.Black“ parent=“@style/Theme“>
<item name=“colorBackground“>@color/black</item>
<item name=“windowBackground“>@color/black</item>
复制代码
改为:
<style name=“Theme.Black“ parent=“@style/Theme“>
<item name=“colorBackground“>@color/black</item>
<item name=“windowBackground“>@drawable/screen_background_abcdefg</item>
<item name=“windowShowWallpaper“>false</item>
复制代码
搜索:
<item name=“progressBarStyleSmallInverse“>@style/Widget.ProgressBar.Small</item>
<item name=“progressBarStyleLargeInverse“>@style/Widget.ProgressBar.Large</item>
<item name=“textColorPrimaryInverseDisableOnly“>@color/primary_text_dark_disable_only</item>
复制代码
在下面一行添加:
<item name=“windowShowWallpaper“>false</item>
复制代码
搜索:
<style name=“Theme.Translucent“ parent=“@style/Theme“>
<item name=“windowBackground“>@color/transparent</item>
<item name=“windowIsTranslucent“>true</item>
<item name=“windowAnimationStyle“>@style/Animation</item>
复制代码
在下面添加:
<item name=“windowShowWallpaper“>false</item>
复制代码
搜索:
<item name=“windowNo*“>true</item>
<item name=“windowDisablePreview“>true</item>
复制代码
在下面添加:
<item name=“windowShowWallpaper“>false</item>
复制代码
搜索:
<item name=“windowContentOverlay“>@null</item>
<item name=“backgroundDimEnabled“>false</item>
复制代码
添加:
<item name=“windowShowWallpaper“>false</item>
复制代码
在\framework\framework-res\res\drawable-hdpi下添加一张图片
screen_background_abcdefg.9.png



ok!保存,回编译,在dist文件夹下找到framework-res.apk,用winrar打开
把resources.arsc拷贝到原framework-res.apk中,
在原版\framework-res\res\drawable-hdpi中添加
screen_background_abcdefg.9.png(建议ps成半透明背景图片)
保存,退出,把修改后的framework-res.apk拷贝到手机系统中覆盖

全部回复 (131)

ID:48681
light_modestarstarstar
Lv.2 独赏二月雪
2014-02-04 00:56:00 #22
ID:123620
light_modestarstar
Lv.1 韶华一笑间
2014-02-04 01:21:00 #23
回来的
ID:1026
light_modedark_modedark_modedark_modestarstarstar
Lv.1 韶华一笑间
2014-02-04 10:29:00 #24
eudjdh
ID:131359
light_mode
Lv.1 韶华一笑间
2014-02-04 11:54:00 #25
来咯墨迹
ID:61961
light_mode
Lv.1 韶华一笑间
2014-02-04 13:46:00 #26
呃呃
ID:159927
dark_modedark_modedark_modestarstar
Lv.1 韶华一笑间
2014-02-04 15:40:00 #27
那就
ID:11048
light_modedark_modestarstar
Lv.1 韶华一笑间
2014-02-04 19:19:00 #28
cxhdfgd
ID:88085
light_modestarstar
Lv.1 韶华一笑间
2014-02-04 19:33:00 #29
。。。。。。。。
ID:28695
light_modestar
Lv.1 韶华一笑间
2014-02-04 19:41:00 #30
。。。。。。。??。。。。。
ID:141958
dark_modedark_modedark_mode
Lv.1 韶华一笑间
2014-02-05 05:47:00 #31
utfffhh
ID:105885
light_modestar
Lv.1 韶华一笑间
2014-02-05 11:03:00 #32
。。。
ID:141915
dark_modedark_mode
Lv.1 韶华一笑间
2014-02-06 01:51:00 #33
是know
ID:120860
light_mode
Lv.1 韶华一笑间
2014-02-06 15:57:00 #34
........
ID:4299
light_modedark_modedark_modedark_modestarstarstar
Lv.10 拔剑十里寒
2014-02-06 21:06:00 #35
。。。。。。
ID:85346
light_modedark_modestarstar
Lv.1 韶华一笑间
2014-02-07 11:26:00 #36
默默呢
ID:48910
light_modedark_mode
Lv.1 韶华一笑间
2014-02-10 13:13:00 #37
哈哈哈哈哈哈哈哈
ID:159064
dark_modedark_modestarstarstar
Lv.1 韶华一笑间
2014-02-10 16:53:00 #38
uuuhyytrr
ID:140764
light_mode
Lv.1 韶华一笑间
2014-02-12 12:26:00 #39
::
ID:123341
light_modedark_mode
Lv.1 韶华一笑间
2014-02-19 19:05:00 #40
、、
ID:104350
dark_modedark_modedark_modestar
Lv.1 韶华一笑间
2014-02-19 21:18:00 #41
orepopkpoh
登录 后才能回复