Quantcast
Channel: xda-developers - Android Themes
Viewing all articles
Browse latest Browse all 4090

{Guide} Add your name on status bar

$
0
0
hello guys..!!
M back with another cool guide...
Do u want to add ur name on statusbar to impress some one....!!:p
So, Here is the guide to do so.


Quote:

Requirements:-
#apktool or similar
#SystemUi.apk
#Notepad ++

Quote:

$teps:-

1.) Decompile your SystemUI.apk.

2.) Go to res/layout in decompiled SystemUI.apk

3.) Edit status_bar.xml using Notepad++


4.) Find this code:
Code:

<LinearLayout android:orientation="horizontal" android:id="@id/icons"
5. Add this code below:
Code:

<TextView


 android:textColor="#ffffff"


 android:layout_width="wrap_content"


 android:layout_height="wrap_content"


 android:text="PUT UR NAME HERE" />

In place of "PUT UR NAME HERE", ofcourse u have to put ur name or whatever u want to see.

6. Compile your apk and push it to system/app.

Quote:

Credits:-
#abhinav
#and ofcourse me..:p


Viewing all articles
Browse latest Browse all 4090

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>