[ICS] Xperia Z2 Themed Apps

Search This thread

djborek

Senior Member
Apr 26, 2012
445
39
Warszawa
To make it almost look like the real Z2 statusbar... You should make it gradient.
------------------------------------------------------------------------------------------------------------------------------------
Here's the tutorial to make the statusbar gradient by @ndzaky

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 ;)

This is gradient statusbar:

Could you do it for me because I was on the do not know and do not know what and how. Below is my SystemUI.
 

Attachments

  • SystemUI.apk
    772.2 KB · Views: 67

masteriori

Senior Member
Feb 16, 2012
904
142
Which status bar battery icon do you guys prefer? The one with just the outlines or the full white version.
 

Attachments

  • Screenshot_2014-05-16-09-40-46.png
    Screenshot_2014-05-16-09-40-46.png
    130.3 KB · Views: 327
  • Screenshot_2014-05-16-20-27-30.jpg
    Screenshot_2014-05-16-20-27-30.jpg
    25.2 KB · Views: 330
  • Like
Reactions: raminta

masteriori

Senior Member
Feb 16, 2012
904
142
Added Z2 recent items layout to my mod, see below in action.
 

Attachments

  • Screenshot_2014-05-21-20-24-43.png
    Screenshot_2014-05-21-20-24-43.png
    138.2 KB · Views: 206

masteriori

Senior Member
Feb 16, 2012
904
142
Here's Z2 style ToolsSettings. Download the attached apk.
 

Attachments

  • ToolsSettings.apk
    41.6 KB · Views: 81
  • Screenshot_2014-05-22-07-24-04.png
    Screenshot_2014-05-22-07-24-04.png
    117.3 KB · Views: 225
  • Like
Reactions: NeoTrix

masteriori

Senior Member
Feb 16, 2012
904
142
This comes with the sytemui.apk right?

Download the attached SystemUI as that is the most up-to-date, this includes:

Z2 Status bar icons
Z2 Tools icons
Z2 Rounded corners
Z2 Recent Items (minus smallapps)
Z2 Black expanded status bar + clear button
Z2 battery icon (percentage)
Transparent Navigation bar
and possibly more that I can not remember
 

Attachments

  • SystemUI.apk
    785.8 KB · Views: 339

swedenxperia

Senior Member
Jul 4, 2013
171
19
Download the attached SystemUI as that is the most up-to-date, this includes:

Z2 Status bar icons
Z2 Tools icons
Z2 Rounded corners
Z2 Recent Items (minus smallapps)
Z2 Black expanded status bar + clear button
Z2 battery icon (percentage)
Transparent Navigation bar
and possibly more that I can not remember

Works excellent bro! Just fix pm/am (24h format clock) bug.

And can you add this ''close all'' button?

30-315x560.jpg
 
Last edited:

chnpotato

Senior Member
Aug 8, 2013
59
13
Chengdu
Download the attached SystemUI as that is the most up-to-date, this includes:

Z2 Status bar icons
Z2 Tools icons
Z2 Rounded corners
Z2 Recent Items (minus smallapps)
Z2 Black expanded status bar + clear button
Z2 battery icon (percentage)
Transparent Navigation bar
and possibly more that I can not remember


how to change the battery font's color ?:D
 

ovee1

Senior Member
Mar 5, 2014
147
4
Dhaka
Download the attached SystemUI as that is the most up-to-date, this includes:

Z2 Status bar icons
Z2 Tools icons
Z2 Rounded corners
Z2 Recent Items (minus smallapps)
Z2 Black expanded status bar + clear button
Z2 battery icon (percentage)
Transparent Navigation bar
and possibly more that I can not remember

plz make it gradient for us .:good:
 

Ammar_Hamdan

Senior Member
Mar 6, 2015
112
33
Damascus
best status bar

I'm using this systemui but the only thing bother me is am/pm .... can u remove it?
 

Attachments

  • Screenshot_2015-03-06-11-34-21.png
    Screenshot_2015-03-06-11-34-21.png
    179.6 KB · Views: 173
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 19
    I will not be responsible if you brick your Xperia device.

    Xperia Z2 Themed Apps
    I want to share with you what I have been working on for the past month or so, trying to theme and give a taste of KitKat.
    Majority of the graphics used throughout were directly taken from Z2.​


    Framework: white button presses, check boxes, fastscroll, overscroll glow, pin, progressbar, tabs, textfields and more
    Screenshot_2014-03-30-14-14-28.png
    Screenshot_2014-04-01-22-15-42.png
    Screenshot_2014-04-01-22-16-22.png
    Screenshot_2014-04-01-22-16-46.png
    Screenshot_2014-04-02-09-30-56.png

    Download: here
    Instructions: reboot into recovery, mount system, install zip and reboot device


    Launcher: removed apptray background image, dock, and reflections
    Screenshot_2014-04-01-22-15-01.png
    Screenshot_2014-04-01-22-15-10.png

    Download:here
    Instructions: move to system -> app folder and overwrite with correct permissions


    Lock Screen: available in various colours
    Screenshot_2014-04-02-09-34-19.png
    Screenshot_2014-04-02-09-29-21.png
    Screenshot_2014-04-02-09-36-53.png
    Screenshot_2014-04-02-09-42-33.png
    Screenshot_2014-04-02-09-39-37.png
    Screenshot_2014-04-02-09-59-40.png

    Screenshot_2014-04-02-10-02-33.png

    Download: blue, purple, green, orange, grey, pink, red
    Instructions: move to system -> app folder and overwrite with correct permissions


    SystemUI: wip
    Screenshot_2014-04-01-22-19-14.png

    Download: soon


    Special thanks to: DdcCabuslay, Alex_rac, DooMLoRD, enricocid, saqib_nazm, greg2001 and more...​
    8
    This comes with the sytemui.apk right?

    Download the attached SystemUI as that is the most up-to-date, this includes:

    Z2 Status bar icons
    Z2 Tools icons
    Z2 Rounded corners
    Z2 Recent Items (minus smallapps)
    Z2 Black expanded status bar + clear button
    Z2 battery icon (percentage)
    Transparent Navigation bar
    and possibly more that I can not remember
    3
    I don't have much time these days so I have decided to share my SystemUI with you all. Hope you guys like it. :good:

    Download: here
    3
    I have decided to share my SystemUI as requested by some. Download here

    I am still working on it to add as many elements from Z2 SystemUI as possible. :good:
    1
    Framework is very cool!!
    But some Apps like Xposed/Module and Settings/Apps always fc's.
    Do you know how to.fix this problem?

    Xperia arc s Stock ics .587

    For me, Settings or the Xposed app don't FC. I will try to upload my Settings.apk, android.policy.jar, and services.jar. We will see if it solves your FC issues. :good: