Recent Apps Mod
Items Required :-
1) SystemUI.apk2) Apktool
3) Text Editor (Notepad ++) from here
Procedure:-
1) First of All decompile SystemUI.apk using apktool.
2) Now Goto res/layout folder.
3) Open status_bar_recent_panel_item.xml
4) Now in its line no. 2 add this code android:rotationX="-10.0"
5) Save it.
6) Also Open Status_bar_recent_panel.xml
7) In line no. 2 add android:rotationX="10.0"
8) Save it.
9) Recompile and push meta inf and androidmanifest.xml of your original apk to the modded one.
10) Push it and set permissions to rw--r-r.
Tip:-Please sign the modded apk and make a nandroid backup before doing anything
How To Decompile APK
CREDITS
X.D.A Developers
How can I edit the files using android?
ReplyDeletehttp://www.androiddevelopers.ml/2015/05/apktool-tool-for-reverse-engineering.html?m=1
Delete