[Guide][2.3+]Add marquee style text to the status bar

Search This thread

Myth2014

Senior Member
Apr 14, 2014
116
15
Linyi
Step1: Decompile your SystemUI.apk

Step2: Open the res / layout / status_bar.xml

Add this code :

Code:
<TextView android:textSize="24.0dip" android:textColor="#ffff7d00" android:ellipsize="marquee" android:layout_gravity="center" android:background="#00000000" android:text="Myth2014. Here. you want to add text " android:focusable="true" android:focusableInTouchMode="true" android:layout_width="100.0dip" android:layout_height="wrap_content" android:singleLine="true" android:marqueeRepeatLimit="marquee_forever" />

Step3: Recompile SystemUI.apk


Note: The text length is greater than the width of the layout

Sorry,My English is bad.:D

screenshot:

suruma7a.jpg




Sent from my IM-A690S using xda app-developers app
 
Last edited:
  • Like
Reactions: andrewwright

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Step1: Decompile your SystemUI.apk

    Step2: Open the res / layout / status_bar.xml

    Add this code :

    Code:
    <TextView android:textSize="24.0dip" android:textColor="#ffff7d00" android:ellipsize="marquee" android:layout_gravity="center" android:background="#00000000" android:text="Myth2014. Here. you want to add text " android:focusable="true" android:focusableInTouchMode="true" android:layout_width="100.0dip" android:layout_height="wrap_content" android:singleLine="true" android:marqueeRepeatLimit="marquee_forever" />

    Step3: Recompile SystemUI.apk


    Note: The text length is greater than the width of the layout

    Sorry,My English is bad.:D

    screenshot:

    suruma7a.jpg




    Sent from my IM-A690S using xda app-developers app