So eto nanaman ako... another guide, medyo same thing lang po ito nung pagdagdag ng notification background..
[You must be registered and logged in to see this image.]so eto yung finish product nya, yung kulay green dun sa taas..
UU panget sya hahaha, di ko expected na panget pala yung image na nakuha ko..
Start
Requirements:
PC = Windows 7 preferred
Recompiling/decompiling skills
notepad++
Image with size of 480x28 (PNG)
syempre.. FLARE
So...
decompile your SystemUI.apk, same as before (follow the guide made by me)
1.) Yung image po na gusto nyu ay rename it "statusbar_bg" or any name you prefer at ilagay ito sa res/drawables-hdpi
2.) Punta po tayu sa res/layout/status_bar.xml Open lang po using notepad++
3.) find this by pressing Ctrl+F
- Code:
-
<com.android.systemui.statusbar.phone.PhoneStatusBarView android:orientation="vertical" android:background="@drawable/status_bar_background"
4.) Change the "status_bar_background" to the name of your image... in my case.. statusbar_bg
so ganto itsura nung sakin...
- Code:
-
<com.android.systemui.statusbar.phone.PhoneStatusBarView android:orientation="vertical" android:background="@drawable/statusbar_bg"
5.) save
6.) punta po tayu next sa res/layout/msim_status_bar.xml the repeat lang po naten yung process sa no. 3,4 at 5.
after po nyan kelangan po naten ideclare ulit ang image na dinagdag naten sa drawables-hdpi..
paano po ito? naexplain ko na po before sa guide ko, kaya ilink ko na lang kayu dun..
[You must be registered and logged in to see this link.]after nyu madeclare yung image.. like this...
[You must be registered and logged in to see this image.]save nyu lang yung public.xml
then recompile na po
that easy... tingin ko after nyu magawa ito at yung shade_bg before.. may basic idea na kayu kung pano magdagdag ng image at gamitin ito
happy theming!!