Link tải: Tải tại đây
-decompile Systemui.apk
-Cho file đính kèm đúng đường dẫn
-Đặt code sau vào chỗ muốn hiển thị (trong tab trống)
hoặc trong status_bar_expanded.xml
<include layout="@layout/cover_anim" />
-Mở res/values/dimens.xml đặt code ở sau trên dòng</resources>
<dimen name="header_height">230.0dip</dimen>
<dimen name="min_header_height">200.0dip</dimen>
<dimen name="header_logo_size">100.0dip</dimen>
- recompile
-decompile lại
- mở public.xml và smali/com/ariv/notboringactionbar/KenBurnsView.smali
- Tìm giá trị 0x7f040061 trong KenBurnsView.smali và thay nó bằn id trong <public type="layout" name="cover_kenburns" id="" />
-Tìm giá trị 0x7f08016c trong KenBurnsView.smali và thay nó bằng id trong <public type="id" name="image0" id="" />
- Tìm giá trị 0x7f08016d trong KenBurnsView.smali và thay nó bằng id trong <public type="id" name="image1" id="" />
done. save. recompile push. rebot
* Dịch : Thành Mun Nguồn Maad *
