HOW TO MAKE RUNNING TEXT ANYWHERE
I am demonstarting this tutorial on Systemui but you can apply it anywhere.
Procedure;
1) Decompile SystemUI.apk
2) Paste this code anywhere in your gemini status bar.xml or gemini status bar expanded.xml or any other xml file :-
<TextView android:textSize="15.0sp" android:textColor="#ffffffff" android:ellipsize="marquee" android:background="#00000000" android:paddingLeft="18.0dip" android:paddingRight="18.0dip" android:focusable="true" android:focusableInTouchMode="true" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="3.0dip" android:layout_marginBottom="2.0dip" android:text="| WARNING!!! | For Personal Use Only| WARNING!!! |" android:scrollHorizontally="true" android:singleLine="true" android:freezesText="true" android:marqueeRepeatLimit="marquee_forever" />
3) Save xml file.
4) Recompile, sign and push it to system/app and reboot :)
No comments:
Post a Comment