Unknown Unknown Author
Title: Cara Membuat Text Berjalan di Android
Author: Unknown
Rating 5 of 5 Des:
Decompile your SystemUI.apk Paste this code anywhere in your gemini status bar.xml or gemini status bar expanded.xml or any other xml...



Decompile your SystemUI.apk

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" />

Replace " - " by this " < "

Save xml file.

Recompile, sign and push it to system/app and reboot :)

Advertisement

Post a Comment

 
Top