[ICS] [STOCK] [TIPO/MIRO] Z2 Gradient Status Bar style

Search This thread

fRzzzy

Member
Nov 24, 2013
42
0
This app very good :3. I like it.

Sent from my ST23i using XDA Premium 4 mobile app
 

CONV3RS3

Member
Feb 23, 2014
18
7
Pune
Xperia Z2 Gradient Status Bar Style

5HkJiWX.png

This is my first thread, I just modded TiestoFlight643 SystemUI from Z1 Experience Pack to give Z2 Gradient looks ! It will work on Xperia Tipo and Miro

Screenshot :

6TblP4M.png
1IuGW8C.png
URzgPFZ.png

Download Link : SystemUI.apk - 745.27 KB

Instruction : Push to system\app and give a right permission

Credits :

TiestoFlight643 for his SystemUI from Z1 Experience
Sir can u port it for tipo dual?? this is a very work of urs and I would like to hv it on ma tipo dual!!
 

MayurTheHunter

Senior Member
Jun 16, 2013
128
10
Rajkot
superb work bro.
it's working on my Sony Xperia Miro..
see my X Miro (SS) :eek:







Phone : Sony Xperia Miro
Status : Rooted
BootLoader : Locked
ROM : Latest zNXT
 

Attachments

  • Screenshot_2014-09-06-16-05-13.png
    Screenshot_2014-09-06-16-05-13.png
    84 KB · Views: 386
  • Screenshot_2014-09-06-16-05-27.png
    Screenshot_2014-09-06-16-05-27.png
    50.6 KB · Views: 378

MayurTheHunter

Senior Member
Jun 16, 2013
128
10
Rajkot
center clock

Xperia Z2 Gradient Status Bar Style

5HkJiWX.png

This is my first thread, I just modded TiestoFlight643 SystemUI from Z1 Experience Pack to give Z2 Gradient looks ! It will work on Xperia Tipo and Miro

Screenshot :

6TblP4M.png
1IuGW8C.png
URzgPFZ.png

Download Link : SystemUI.apk - 745.27 KB

Instruction : Push to system\app and give a right permission

Credits :

TiestoFlight643 for his SystemUI from Z1 Experience


its working great and look like kitkat but can you make it center clock without am/pm SystemUI for us?
 
Last edited:

Lockrima

Member
Sep 3, 2014
22
7
do i need to install first the Z1 Experience to my tipo before using this systemUI? im using a gimlo rom bro.
 

DriftKing609

New member
Oct 18, 2014
3
0
not working on Xperia C
im glad that i made a backup
i wish if that worked would be so great

---------- Post added at 04:56 PM ---------- Previous post was at 04:40 PM ----------

not working on Xperia C
 

Top Liked Posts

  • There are no posts matching your filters.
  • 11
    Xperia Z2 Gradient Status Bar Style

    5HkJiWX.png

    This is my first thread, I just modded TiestoFlight643 SystemUI from Z1 Experience Pack to give Z2 Gradient looks ! It will work on Xperia Tipo and Miro

    Screenshot :

    6TblP4M.png
    1IuGW8C.png
    URzgPFZ.png

    Download Link : SystemUI.apk - 745.27 KB

    Instruction : Push to system\app and give a right permission

    Credits :

    TiestoFlight643 for his SystemUI from Z1 Experience
    2
    If you could tell me how you made it gradient, I can swap out the pngs from your SystemUI in ours(Xperia E) add the XML code and compile.

    Would be really awesome if you could do that!

    Mats

    Sent from my C1505 using XDA Premium 4 mobile app

    That's really easy one to make it gradient.. after you decompile, go to SystemUI\res\layout and open status_bar.xml using Notepad++ and find this line
    Code:
    android:background="@drawable/status_bar_background"
    and change to this
    Code:
    android:background="@drawable/gradient_bg"
    now go to SystemUI\res\drawable and make new xml : gradient_bg.xml
    and copy this code :
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <shape android:shape="rectangle"
      xmlns:android="http://schemas.android.com/apk/res/android">
        <gradient android:startColor="#00000000" android:endColor="#99000000" android:angle="90.0" />
    </shape>
    Save,Compile, and done.. You got gradient status bar ;)
    1
    to use this, do I have to install first the Z1 pack and then replace the systemui with that Z2 systemui? or can I use this systemui with stock firmware like Gimlo firmware?

    Its working without the Z1 pack on my miro I have only Gimlo firmware installed :)
    1
    D
    Deleted member 5439257

    Compile errors all over the place. Strange, because it would compile at first! I am now looking into a new way for the gradient look, and tomorrow I'm going to study the whole day... Let me some stuff, and I'll report back!

    Mats

    Sent from my C1505 using XDA Premium 4 mobile app