[HOW TO] Showing Notification icon on Wintermod Statusbar

Read this carefully :)

Equipments
- Some experience about compile and decompile
- working eyes and brain
- apktool
- notepad++
- systemUI.apk

lets begin
- Decompile systemUI.apk
- then go to the res/layout/statusbar.xml
- open it and find 
            <com.android.systemui.statusbar.IconMerger android:gravity="center_horizontal" android:orientation="horizontal" android:id="@id/notificationIcons" android:layout_width="0.0dip" android:layout_height="fill_parent" />


- change values in bold to 80.0dip
- then save and exit :)

- if the steps above already done, recompile the apk

- and push it back to ur rom :).

5 comments:

Hiz Eki said...

what will happend if I change it into 60.0dip?

WinterMod Dev said...

u will get different size :)

™Ťƺǡḿ ḈẏѢӟṙ™ said...

Help...
i open by windows default notepad, but the result is not found..

What is wrong..?

WinterMod Dev said...

not by default notepad but using notepad++

™Ťƺǡḿ ḈẏѢӟṙ™ said...

okay thx...

Post a Comment