Add Carrier Name on status bar
Requirement:
*apktool / apk manager / apk multi tool
*SystemUI.apk
*Notepad++
Instruction:
1.Decompile SystemUI.apk
2.Go to res\layout\status_bar.xml
3.Find code
<LinearLayout android:orientation="horizontal" android:id="@id/icons" android:layout_width="fill_parent" android:layout_height="fill_parent">
And add this code after that
<TextView android:textColor="#ffffffff" android:gravity="center_vertical" android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="TYPE YOUR TEXT" />
text color not must like example you can change with your want
max text 17 character
4.Save and compile
5.Push to system and Enjoy modding
Requirement:
*apktool / apk manager / apk multi tool
*SystemUI.apk
*Notepad++
Instruction:
1.Decompile SystemUI.apk
2.Go to res\layout\status_bar.xml
3.Find code
<LinearLayout android:orientation="horizontal" android:id="@id/icons" android:layout_width="fill_parent" android:layout_height="fill_parent">
And add this code after that
<TextView android:textColor="#ffffffff" android:gravity="center_vertical" android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="TYPE YOUR TEXT" />
text color not must like example you can change with your want
max text 17 character
4.Save and compile
5.Push to system and Enjoy modding