反翻译 SystemUI.apk
找到SystemUI.apk\res\values\drawables.xml用文本编辑器打开
<item type="drawable" name="notification_item_background_color">
<item type="drawable" name="notification_item_background_color_pressed">
<item type="drawable" name="status_bar_recents_background_solid">
<item type="drawable" name="status_bar_recents_app_thumbnail_background">
<item type="drawable" name="notification_header_bg">
<item type="drawable" name="notification_tracking_bg">
<item type="drawable" name="recents_callout_line">
修改以上# 后面的8个数字(例#80000000 这是20%透明度 #后面两位表示透明度FF表示不透00表示全透 ) 保存
如果要让下拉都有透明还要修改底部的部分
低栏是SystemUI.apk\res\drawable-hdpi\status_bar_close_on.9.png
找张图片用ps弄透明替换进去
回编SystemUI.apk
用好压打开编译好的文件提取修改的部分替换到原文件。
找到SystemUI.apk\res\values\drawables.xml用文本编辑器打开
<item type="drawable" name="notification_item_background_color">
<item type="drawable" name="notification_item_background_color_pressed">
<item type="drawable" name="status_bar_recents_background_solid">
<item type="drawable" name="status_bar_recents_app_thumbnail_background">
<item type="drawable" name="notification_header_bg">
<item type="drawable" name="notification_tracking_bg">
<item type="drawable" name="recents_callout_line">
修改以上# 后面的8个数字(例#80000000 这是20%透明度 #后面两位表示透明度FF表示不透00表示全透 ) 保存
如果要让下拉都有透明还要修改底部的部分
低栏是SystemUI.apk\res\drawable-hdpi\status_bar_close_on.9.png
找张图片用ps弄透明替换进去
回编SystemUI.apk
用好压打开编译好的文件提取修改的部分替换到原文件。