User-agent: Mediapartners-Google Disallow: User-agent: * Disallow: /search Allow: / Sitemap: http://nox4developper.blogspot.com/sitemap.xml Nox 4 developper: theme
Affichage des articles dont le libellé est theme. Afficher tous les articles
Affichage des articles dont le libellé est theme. Afficher tous les articles

[Theme] Transform you S4 LTE + into a S4 Black Edition! topic






Transform your S4 LTE + into a S4 Black Edition!

Here you can find all Files!

Power on Sound:
system\media
Click me!

Wallpapers:
Click me!

Ringtones:
Click me!

IF THE LINKS NOT WORKS, SEND ME AN PM!






Export and edit theme in Themer topic






Hi there, let's say I like one theme and I download it.

Now I want to edit few things in downloaded theme (font color, size etc). I used export option in developer options, phone confirmed theme is exported but I can't find it in mine sdCard in path:
This PC\Desire HD\SD card\MyColorScreen\Themer\Exported\zip

Why is it not there?
+ when you are finished with edits, how do you import theme back to Themer?






BBM mod theme like BBM v8 BlackBerry topic






This BBM theme like BBM v8 BlackBerry.
For Android 4.0 above

Base BBM Version 2.5.1.46 :
[http://*******/vXZEg] -BBM vBBM8 - Tab on top + Slide Menu Button
[http://*******/vXZFJ] - BBM vBBM8 - Tab Under + Slide Menu Button
[http://*******/vXZGc] - BBM vBBM8 - Only Tab Under
Credit :
  • Ubed Al-Idist

  • Fahmy Fahrezy

  • Rikkoktaviarii


Base BBM Version 2.5.0.36 :
[http://*******/vXZIH] - BBM vBBM8 - Tab on top
[http://*******/vXZJR] - BBM vBBM8 - Clone (can run with bbm Official) - Tab on top
[http://*******/vXZK3] - BBM vBBM8 - Clone (can run with bbm Official) - Tab Under
Credit :
  • Gentha Tamara

  • Le Le

  • Fahmy Fahrezy


Please do not Mirror Link

******* change to bit[dot]ly
Screenshot






[Theme] [4.4.2+] •Flatisan• Theme topic






This is my first Xperia Theme[icons not included]. I wanted to make something beautiful and yet familiar. Inspiration was taken from Knowit Mobile AB's Triflat and Google's material design.

The theme is currently still being made and I consider it to be in the alpha stage. Currently I have only tested it on my Z1 as its the only phone I own (not rich lol).

This means that it most likely work on 1080p phones, I don't know you tell me.

Install:
Edit: Must be Rooted and have superuser Mod
Just install like normal apk


Download:
Alpha v0: goo.gl/wIf5d1

Build of the day:

19/12/13: http://goo.gl/wJ2eHM

Quote:









Added Buttons Theme.
Changed bottom bar
Changed Settings Search Icon




Build of the Day are the last builds I do before going to bed. These may have more bugs than the alpha and are purely to see what you like and what you don't and for those curious of what I am up to concerning the theme.

Please don't forget to hit thanks

Credits:
@Ayush Singh for awesome tutorial: http://forum.xda-developers.com/show....php?t=2626142
@SArnab©® for awesome tutorial: http://forum.xda-developers.com/show...=not+compiling

Sony - used their Little Big Planet theme for reference

Google - for Material Color Palette

StopScreamingGraphy for ze amazzzzing walzz: http://stopscreamgraphy.deviantart.c...aper-310326421






[Guide][How to theme lollipop roms with ease] topic






AN EASY GUIDE TO THEME LOLLIPOP ROMS

Introduction:
Hello,
This is simple guide which you can follow to make your own lollipop theme.If you dont want to follow and want to use a premade theme made for specifically Nexus5 then go Here


Note:As a Human I tend to make mistakes , so if u find any mistakes then let me know. And Share your work here if you follow this guide .:)And give proper credits for my hardwork
What we are going to theme?

1. framework-res.apk
2.Settings.apk
3.SystemUI.apk
4.GoogleContacts.apk
5.GoogleDialer.apk


1.How to theme framework-res.apk
Decompile your framework-res.apk
* First, If you want to change the whole system background then go to res/colors.xml and search for

Code:


<color name="white">@color/white</color>

Replace with whatever color you wan. For e.g I am gonna use

Code:


#ff272d33

in place of

Code:


@color/white

.

Drawback:

#This will effect the background of others apps too like for e.g gmail/whatsapp . So if you are going to use black (#ff000000) then you will not be able to read the texts in those apps. Inorder to over come that we will see how to edit the Settings.apk to change the settings background alone.

*How to change the primary and secondary text color?

#Open colors.xml and look for

Code:


<color name="primary_text_default_material_light">#ffb0f40c</color>  and  <color name="primary_text_default_material_dark">#ffb0f40c</color>

/* This color corresponds to the primary color of whole system

#Open colors.xml and look for

Code:


  <color name="secondary_text_default_material_light">#ff029789</color>  and  <color name="secondary_text_default_material_dark">#b3029789</color>

/* This color corresponds to the seconday color of whole system

2.How to theme Settings.apk?
Decompile your Settings.apk

*How to change Settings background?


#Search for

Code:


<style name="Theme.Settings" parent="@style/Theme.SettingsBase">

and add

Code:


<item name="android:background">#ff272d33</item>

Replace the color code to whatever you want.

Change swithbar background:

This is called switchbar background:







#Go to res/colors.xml and search for

Code:


<color name="switchbar_background_color">#ff00bcd4</color>

Change Header texts color:







#Go to res/colors.xml and search for

Code:


<color name="theme_accent">#ffffffff</color>

Change About phone background:

#Go to styles.xml and search for

Code:


<style name="Theme.SubSettings" parent="@style/Theme.Settings">

and add

Code:


<item name="android:background">#ffe91e63</item>









Change About phone/status background:

#Go to styles.xml and search for

Code:


<style name="Theme.ActionBar" parent="@android:style/Widget.Material.Light.ActionBar.Solid">

and add

Code:


<item name="android:background">#ffe91e63</item>

And change the status bar tint color accordingly in colors.xml , Search for

Code:


<color name="theme_primary_dark">#ff9c27b0</color>








3.How to theme SystemUI.apk?
Decompile your SystemUI.apk

*Change status bar expanded header color:

#Go to res/colors.xml and search for

Code:


<color name="system_secondary_color">#fff44336</color>








#Change QuickSettings background color:

#Go to res/colors.xml and search for

Code:


<color name="system_primary_color">#ff9c27b0</color>








#Change notification background color:

#Go to res/colors.xml and search for

Code:


<color name="notification_material_background_color">#ffe91e63</color>








#Change QuickSettings Divider color:

#Go to res/colors.xml and search for

Code:


<color name="qs_tile_divider">#00000000</color>










#Change QuickSettings icon text color:


#Go to res/colors.xml and search for

Code:


<color name="qs_tile_text">#ffffffff</color>









4.How to theme GoogleDialer.apk?
Decompile your GoogleDialer.apk

#Change status bar tint color

#Go to res/colors.xml and search for

Code:


<color name="dialer_theme_color_dark">#ff4caf50</color>

#Change dialpad primary , Secondary Digits , and other text color:

#Go to res/colors.xml and search for

Code:


<color name="dialpad_primary_text_color">#fff4511e</color>

/* This corresponds to primary text color of dialpad

#Go to res/colors.xml and search for

Code:


<color name="dialpad_secondary_text_color">#ff737373</color>

/* This corresponds to secondary text color of dialpad

#Below is the image showing you which is the digits text color







#Go to res/colors.xml and search for

Code:


<color name="dialpad_digits_text_color">#ff00bcd4</color>

/* This corresponds to Digits text color of dialpad

#Go to res/colors.xml and search for

Code:


<color name="call_log_extras_text_color">#ff4caf50</color>

/* This corresponds to call log extras text color (i.e the color of (add to contacts , caller by google is enabled)

#Go to res/colors.xml and search for

Code:


<color name="dialtacts_primary_text_color">#ff6d4c41</color>

/* This corresponds to contacts name text and also the on create option menu text color. See the below image







Change the background colors:


#Go to res/colors.xml and search for

Code:


<color name="background_dialpad">#ff272d33</color>

/* This corresponds to background color of dialpad

#Go to res/colors.xml and search for

Code:


<color name="background_dialpad">#ff272d33</color>

/* This corresponds to background color of dialpad

#Go to res/colors.xml and search for

Code:


  <color name="searchbox_background_color">#ffffffff</color>

/* This corresponds to Searchbox background color and similarly you can search for the keyword searchbox ..change text color and all.







#Go to res/colors.xml and search for

Code:


  <color name="setting_background_color">#ff272d33</color>

/* This corresponds to Settings background color of dialer.







#Go to res/colors.xml and search for

Code:


<color name="call_log_expanded_background_color">#ff9c27b0</color>

/* This corresponds expanded log background color .







#Go to res/colors.xml and search for

Code:


  <color name="dialtacts_theme_color">#ff272d33</color>

/* This corresponds contact background color .







#Go to res/colors.xml and search for

Code:


  <color name="dialer_theme_color">#fff44336</color>

/* This corresponds to below image background color








#Go to res/colors.xml and search for

Code:


  <color name="background_dialer_results">#ffcddc39</color>

/* This corresponds to background list color









5.How to theme GoogleContacts.apk?
Decompile your GoogleContacts.apk

##Go to res/colors.xml and search for

Code:


<color name="dialer_theme_color_dark">#ff8bc34a</color>

/* This corresponds to status bar tint color

#Change status bar tint color

##Go to res/colors.xml and search for

Code:


<color name="dialer_theme_color_dark">#ff8bc34a</color>

/* This corresponds to status bar tint color

Change text colors:


##Go to res/colors.xml and search for

Code:


<color name="actionbar_text_color">#ff272d33</color>

/* This corresponds to action bar text color







##Go to res/colors.xml and search for

Code:


<color name="primary_text_color">#ff673ab7</color>

/* This corresponds to oncreate option menu text color and may be some other text color shown below













##Go to res/colors.xml and search for

Code:


  <color name="actionbar_background_color">@color/primary_color</color>

/* This corresponds to section header text color








Change the background colors:


#Go to res/colors.xml and search for

Code:


<color name="actionbar_background_color">@color/primary_color</color>

/* This corresponds to action bar background color







#Go to res/colors.xml and search for

Code:


<color name="background_primary">#ff9c27b0</color>

/* This corresponds to Background color of contacts








#Go to res/colors.xml and search for

Code:


  <color name="searchbox_background_color">#ffff5722</color>

/* This corresponds to Searchbox background color and similarly you can search for the keyword searchbox ..change text color and all.


Thats it for now. Happy theming















XDA:DevDB Information
Guide, ROM for the Android General

Contributors
Vivek_Neel
ROM OS Version: 2.3.x Gingerbread

Version Information
Status: Testing

Created 2014-12-19
Last Updated 2014-12-19






[Q]Holo Theme topic






To those who have this phone already.
I read in some video review that the phone comes preinstalled with holo theme. After changing to it, it is the same as other normal cm11 ui right? :)
Just asking coz im bored :P






[Theme] [4.4.2] •Flatisan• Theme topic






This is my first Xperia Theme. I wanted to make something beautiful and yet familiar. Inspiration was taken from Knowit Mobile AB's Triflat and Google's material design.

The theme is currently still being made and I consider it to be in the alpha stage. Currently I have only tested it on my Z1 as its the only phone I own (not rich lol).

This means that it most likely work on 1080p phones, I don't know you tell me.

Install:

Just install like normal apk

Download: goo.gl/wIf5d1


Credits:

Ayush Singh for awesome tutorial: http://forum.xda-developers.com/show....php?t=2626142

SArnab© for awesome tutorial: http://forum.xda-developers.com/show...=not+compiling

Sony - used their Little Big Planet theme for reference

Google - for Material Color Palette

StopScreamingGraphy for ze amazzzzing walzz: http://stopscreamgraphy.deviantart.c...aper-310326421






Android theme Engine Xposed Module topic






Dear users,

This is in reference to xposed Module "Android Theme Engine" .
I have opened this thread specially to request all users running KitKat 4.4.2 stock rom to test the module.

We understand that lot of kitkat users lately have been updating us for non working of the few components in the module hence keeping the same in mind we have started rectification process.
To start with we have managed to theme battery icon of kitkat 4.4.2 rom with LG G2. But due to non availability of the testing handset we cannot guarantee that i will 100% theme all battery icons running kitkat roms from other brands.
Therefore to deal with such issue we have decided to release a test version and request the users to test and leave the feedback with the phone brand and android version they are using to enable us to take care of the other brands.

Please Note: Kindly uninstall the old version as this version requires fresh install and complete reboot after making all the desired settings: Also, please do not worry if the battery icons do not align correctly as it may happen with few icon packs which will be delt in the final release. Objective is to ensure it works first.

Download Link Version 5.1.1 here






[Q] Cant Change theme topic






cant change theme on my samsung S4 ..
does it is os problem






(app)G3 touchwiz Theme for Note 4 Touchwiz topic








apk download and install

enjoy














Attached Files





File Type: apk g3 by sena.apk -
[Click for QR Code]
(7.02 MB)










[Q] Problem with modifying Lg keyboard theme topic






Hi im trying to modify lg keyboard theme. Im having toruble with editing buttons png's after color changing the images dont fit right.

Here is original theme
Original theme

Here is recolored blue buttons.
Edited theme

In second image we can clearly see that buttons dont stay the same form, especialy backspace button.

So can anyone tell me how to slowe this problem ?






want android l theme topic






Does cm 11 contains android l theme i have seen in a screenshot...??
I am asking about fully themed...??






Xperia ZL Android 5.0 Lollipop Theme. [Non Rooted/ Rooted] topic






Lollipop theme for xperia ZL.
  • Home Button

  • Navigation Buttons

  • And much more..







If this post was helpful, don't forget to click the 'Thanks' button.










Bluefire theme for xperia C topic






Hi guys....
I present the blue fire theme for xperia C...
Download the theme, install like normal apk..
Then soft reboot and apply the theme by hkthememanager...
Tick the boxes you want to change(example systemui,android,calculator,calendar etc.)
Check screenshots below...








Attached Thumbnails


Click image for larger version<br/><br/>Name:	Screenshot_2014-12-08-16-50-18.jpg<br/>Views:	N/A<br/>Size:	46.6 KB<br/>ID:	3053698
 

Click image for larger version<br/><br/>Name:	Screenshot_2014-12-08-16-51-24.png<br/>Views:	N/A<br/>Size:	94.0 KB<br/>ID:	3053699
 

Click image for larger version<br/><br/>Name:	Screenshot_2014-12-08-16-51-00.jpg<br/>Views:	N/A<br/>Size:	45.2 KB<br/>ID:	3053700
 

Click image for larger version<br/><br/>Name:	Screenshot_2014-12-08-16-50-49.png<br/>Views:	N/A<br/>Size:	94.6 KB<br/>ID:	3053701