How To Make Card stack recent panel like lollipop
Things you need
- Notepad++
- Apktool
- Framework-res.apk
- Systemui.apk
- Patience
First of all extract the apktool you downloaded. After extraction you will get three files
- Apktool.jar
- Apktool.bat
- Aapt
Paste the three files in any folder.(i prefer the c: drive)
In the folder press Shift + Right click
Select Open Comand windows here
Then type "apktool" without quotes to check if apktool is installed
If it is, type "if framework-res.apk" without quotes, this will install framework-res to your system.
Next, type "apktool d systemui.apk". This command will decompile your systemUi.
After that some processes will take place and the system-UI will be decompiled in a folder for editing.
Open the system-ui folder (it will be extracted in the same folder where apktool is)
Locate res/ and open it
Open layout-land
Then open status_bar_recent_item with notepad++ and edit.
Add this line in the second line as seen in the picture below




No comments:
Post a Comment