1.提取手机或ROM的systemui.apk用apktool反编译
2.用Notepad++编辑反编译的SystemUI\res\values文件夹里的drawable.xml文件,把
<item type="drawable" name="notification_item_background_color">#ff111111</item>
<item type="drawable" name="status_bar_recents_background_solid">#b3000000</item>
<item type="drawable" name="status_bar_recents_app_thumbnail_background">#88000000</item>
<item type="drawable" name="notification_header_bg">#ff000000</item>
<item type="drawable" name="notification_tracking_bg">#d8000000</item>
<item type="drawable" name="recents_callout_line">#99ffffff</item>
后面的颜色代码最前面的修改(ff 表示不透明,00表示透明,90表示约50%透明,代码是十六进制的,不会算的百度下)。这是下拉透明度
3.状态栏、下拉底栏的透明需要修改SystemUI\res\drawable-hdpi\下的图片透明度(如何修改百度下):
status_bar_close_on.9.png
status_bar_bg_tile.png
ic_notification_dnd.png
2.用Notepad++编辑反编译的SystemUI\res\values文件夹里的drawable.xml文件,把
<item type="drawable" name="notification_item_background_color">#ff111111</item>
<item type="drawable" name="status_bar_recents_background_solid">#b3000000</item>
<item type="drawable" name="status_bar_recents_app_thumbnail_background">#88000000</item>
<item type="drawable" name="notification_header_bg">#ff000000</item>
<item type="drawable" name="notification_tracking_bg">#d8000000</item>
<item type="drawable" name="recents_callout_line">#99ffffff</item>
后面的颜色代码最前面的修改(ff 表示不透明,00表示透明,90表示约50%透明,代码是十六进制的,不会算的百度下)。这是下拉透明度
3.状态栏、下拉底栏的透明需要修改SystemUI\res\drawable-hdpi\下的图片透明度(如何修改百度下):
status_bar_close_on.9.png
status_bar_bg_tile.png
ic_notification_dnd.png