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:
what will happend if I change it into 60.0dip?
u will get different size :)
Help...
i open by windows default notepad, but the result is not found..
What is wrong..?
not by default notepad but using notepad++
okay thx...
Post a Comment