关于EG970的透明状态栏
eg970吧
全部回复
仅看楼主
level 3
星私塾℃ 楼主
1.安装编译环境:jdk-7u5-windows-i586.exe
2013年10月09日 11点10分 1
level 3
星私塾℃ 楼主
2.准备所需工具包: apktool1.4.3.tar.bz2 和 apktool-install-windows-r04-brut1.tar.bz2
2013年10月09日 11点10分 2
level 3
星私塾℃ 楼主
3.复制系统内的SystemUI.apk文件,注意,状态栏只需要修改SystemUI.apk文件(提取路径提取路径system/app),如果你要必电池的数字电量显示要修改framework-res.apk。(/system/framework) 可以用RE管理器复制到SD卡(需要ROOT)
2013年10月09日 11点10分 3
level 3
星私塾℃ 楼主
4.打开 SystemUI/res/layout/tw_super_status_bar.xml 修改一下句子实现 100%透明
2013年10月09日 11点10分 4
level 3
星私塾℃ 楼主
FREE:查找 android:background="****"
2013年10月09日 11点10分 5
level 3
星私塾℃ 楼主
开头代码里的背景色彩定义 android:background="#ff000000" 修改为 android:background="#70000000" (16进制255级透明度度,70约为40%透明度),如下:
<com.android.systemui.statusbar.phone.NavigationBarView android:background="#ff000000" android:layout_width="fill_parent" android:layout_height="fill_parent"
修改为:
<com.android.systemui.statusbar.phone.NavigationBarView android:background="#70000000" android:layout_width="fill_parent" android:layout_height="fill_parent"
同理修改\res\layout-sw600dp\navigation_bar.xml文件(其他分辨率该文件对应修改)
打开\res\values\drawables.xml文件,找到背景代码同理修改为#70000000 如下:
<item type="drawable" name="status_bar_background">#ff000000</item>
<item type="drawable" name="system_bar_background">#ff000000</item>
<item type="drawable" name="notification_icon_area_smoke">#aa000000</item>I
2013年10月09日 11点10分 6
level 3
星私塾℃ 楼主
6.JAVA环境设置,http://bbs.dospy.com/thread-14547532-1-450-1.html
鸣谢:Dream小紫 (JOYLIFE)
2013年10月09日 11点10分 7
level 3
星私塾℃ 楼主
透明度提示:
#00000000 - 100% 透明
#3F000000 - 75% 透明
#7F000000 - 50% 透明
#BF000000 - 25% 透明
2013年10月09日 11点10分 8
楼主大神[太开心]请问用手机端的apk编辑器可以改么
2013年10月13日 04点10分
回复 哥怒而不语 :可以啊
2013年10月13日 05点10分
level 11
[真棒]已加精 望继续常驻
2013年10月10日 14点10分 9
level 6
[真棒]
2013年10月13日 04点10分 10
level 1
开张效果图片嘛
     ﹏₯㎕﹍﹍                             愿用属于你的画笔,勾勒出最美的天空。
2013年10月17日 23点10分 11
level 11
太长不看
2013年12月31日 04点12分 12
level 11
能不能,用你的文件替换我的造成同样的效果?
2014年01月26日 16点01分 13
不能
2014年01月26日 23点01分
1