2. Navigate to your decompiled folder and go to smali/com/android/systemui/statusbar/StatusBar.smali
3. Search this line :
Code:
invoke-direct/range {v11 .. v16}, Landroid/view/WindowManager$LayoutParams;->4. Above this line, change :(IIIII)V
Code:
const/16 v16, 0x4TO
Code:
const/16 v16, -0x35. Save the file
6. Navigate to your decompiled folder and go to res/values/drawables.xml
7. Search this line :
Code:
Change the value of status_bar_background- #ff000000
example for completely translucent or 50% translucent
Completely translucent
Code:
50% translucent- #00FFFFFF
Code:
8. Save the file- #7f000000
9. Recompile SystemUI.apk
Thank's to : l_liberator
Tidak ada komentar :
Posting Komentar