虚拟按键透明方法:
1.反编译SystemUI.apk
2.反编译后打开\res\layout\navigation_bar.xml
搜索
<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="@drawable/status_bar_background" android:layout_width="fill_parent" android:layout_height="fill_parent"
第三步,打开res\values\drawables.xml
搜索
<item type="drawable" name="status_bar_background">#ff000000</item>
修改为
<item type="drawable" name="status_bar_background">#75000000</item>
第四步,打开smali\com\android\systemui\statusbar\phone\PhoneStatusBar.smali
搜索在516行const v4, 0x4800068 下面添加
添加
const/4 v5, -0x3
删除在520行
move v5, v1
3.回编译 SystemUI.apk
【搬运,未测!】

在北京时间 2015年2月17日星期二,16点34分22秒120毫秒
楼主跌下了悬崖