[Guide] How To Fully Theme Xperia Keyboard - 20/4 - Sony Cross-Device Development Themes and Apps

Here We Are Again with a new Guide which is Full Theming Xperia Keyboard, in this guide i'm gonna show you the way to modify light & dark & light-dark themes, to your own custom themes .
What You Need :
Putting My Name In Credits .
PC .
Notepad++ .
Xperia LP Framework Installed ( ApkTool ) .
Resources :
Material Concept Colors - By Google .
Links :
Material Xperia Keyboard With According To Theme Feature .
How-To ~ Editing Themes Colors :
Before Xperia Keyboard v72A032 :
First of all, Xperia Keyboard Themes are Light - Dark - Light & Dark, the Colors codes are like the following :
button_pressed> this line define the button in Light & Dark theme .
button_pressed_light> this line define the button in Light theme .
button_pressed_dark> this line define the button in Dark theme .
Let's start with Light Theme Modifaction, check out this image to know the codes and what it means .
Navigate to res/values/colors.xml to modify them .
Backgrounds :
Light + Light & Dark : keyboard_background
Dark : keyboard_background_dark
Emoji Indicator
Light + Light & Dark : emoji_tab_indicator
Dark : emoji_tab_indicator_dark
keyboard_button_popup_light
keyboard_button_auxiliary_light
keyboard_button_function_light
keyboard_button_auxiliary_pressed_light
keyboard_button_light
keyboard_button_function_pressed_light
keyboard_button_pressed_light
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
keyboard_button_popup_dark
keyboard_button_auxiliary_dark
keyboard_button_function_dark
keyboard_button_auxiliary_pressed_dark
keyboard_button_dark
keyboard_button_function_pressed_dark
keyboard_button_pressed_dark
keyboard_button_popup
keyboard_button_auxiliary
keyboard_button_function
keyboard_button_auxiliary_pressed
keyboard_button
keyboard_button_function_pressed
keyboard_button_pressed
How-To ~ Removing Buttons Shadow For The Material/Flat Look :
Navigate to your "dpi" folder, for example Xperia Z1 = xxhdpi .
Open these with Photoshop or anything similar :
ic_keyboard_floating_move_shadow.9
ic_keyboard_floating_shadow.9
ic_keyboard_longpress_shadow.9
ic_keyboard_multitapbox_shadow.9
ic_keyboard_button_shadow.9
Delete everything in the image expect the black lines ( 9.png lines for auto-resizing ) .
How-To ~ Editing Text Colors :
Editing Light Theme Text Color : res/color/key_text_color_light.xml
Editing Dark Theme Text Color : res/color/key_text_color_dark.xml
Editing Light & Dark Theme Text Color : res/color/key_text_color.xml
Xperia Keyboard v72A032 & After :
Download the following XML File from HERE, After that just follow the comments , Modify them, then replace it with Keyboard/res/colors.xml ( replace the lines values, not the whole xml file ) .

Making it According To Theme :
It's very simple - the way, just follow this Guide, it works with this too .

Updated, forgot something important in the Guide,which is buttons shadow .

abo hani said:
Updated, forgot something important in the Guide,which is buttons shadow .
Click to expand...
Click to collapse
Thanks for your guide bro.. I have edited the dark keyboard and make my own full black one.. But, the space bar is not visible. How to make it visible by simply making a light grey border or by something else? Help me dude!!

@abo hani brov.... i was able to make an overlay for tha Xperia Keyboard, im using tha latest keyboard version Xperia™ keyboard 6.7.A.0.92 with an overlay. i themed tha keyboard using yur material colored keyboard as a guy but as yhu can see in tha first screenshot, tha color is too dark, cant be see while in second screenshot, its okay but doesnt av additional color like in tha first screenshot! please help cos before upgrading my keyboard to latest one, i was using yurs & wasnt dis dark!
https://r.tusfiles.net/i/08374/nl4z8irmm46u.png
https://r.tusfiles.net/i/08374/93beuz2yw6t9.png

whalesplaho said:
@abo hani brov.... i was able to make an overlay for tha Xperia Keyboard, im using tha latest keyboard version Xperia™ keyboard 6.7.A.0.92 with an overlay. i themed tha keyboard using yur material colored keyboard as a guy but as yhu can see in tha first screenshot, tha color is too dark, cant be see while in second screenshot, its okay but doesnt av additional color like in tha first screenshot! please help cos before upgrading my keyboard to latest one, i was using yurs & wasnt dis dark!
https://r.tusfiles.net/i/08374/nl4z8irmm46u.png
https://r.tusfiles.net/i/08374/93beuz2yw6t9.png
Click to expand...
Click to collapse
Are you using According to accent?
If so, it's depend on Theme colors, Accent & Primary, And you need to modify text color also, and remove the shadows .

@abo hani i was able to achieve dis but not as perfect as yurs cos yurs was fully material!!!
https://dl.tusfiles.net/FS99/i/08384/7yy40o7fin03.png

whalesplaho said:
@abo hani i was able to achieve dis but not as perfect as yurs cos yurs was fully material!!!
https://dl.tusfiles.net/FS99/i/08384/7yy40o7fin03.png
Click to expand...
Click to collapse
You forgot the shadow png, you need to remove the shadow using Photoshop or any other Photo-Editing tool, but don't clear the black lines, those are 9 format lines.

abo hani said:
You forgot the shadow png, you need to remove the shadow using Photoshop or any other Photo-Editing tool, but don't clear the black lines, those are 9 format lines.
Click to expand...
Click to collapse
whew!!! can yhu help me with dah & upload tha pngs for me please?
thanks brov....

whalesplaho said:
whew!!! can yhu help me with dah & upload tha pngs for me please?
thanks brov....
Click to expand...
Click to collapse
Decompile my Themed Keyboard, get them from drawable/xxhdpi folder, everything related with " shadow ", copy & replace .

abo hani said:
Decompile my Themed Keyboard, get them from drawable/xxhdpi folder, everything related with " shadow ", copy & replace .
Click to expand...
Click to collapse
thanks alot brov.... gonna do dat now!:good::good::good::highfive::highfive::highfive:

still same brov... not as material flat like yurs, thanks for yur help!
https://r.tusfiles.net/i/08398/84pzol7c3w44.png

whalesplaho said:
still same brov... not as material flat like yurs, thanks for yur help!
https://r.tusfiles.net/i/08398/84pzol7c3w44.png
Click to expand...
Click to collapse
Bro, you aren't making Shadow.png Drawables transparent ..
Decompile my Themed Keyboard, take Shadow drawables from drawable-xxhdpi folder, and replace them with yours .

abo hani said:
Bro, you aren't making Shadow.png Drawables transparent ..
Decompile my Themed Keyboard, take Shadow drawables from drawable-xxhdpi folder, and replace them with yours .
Click to expand...
Click to collapse
i did brov.... see tha attached zip file!!!!
https://tusfiles.net/r7zyuw37ah2d
thanks for yur help always!:good::good::highfive::highfive:

Hey, maybe you can help me in answer one question according to keyboard modding. How can i make these orange highlighted Text in the middle to another color like dark grey or black? Thx in advance

air32 said:
Hey, maybe you can help me in answer one question according to keyboard modding. How can i make these orange highlighted Text in the middle to another color like dark grey or black? Thx in advance
View attachment 3537900
Click to expand...
Click to collapse
This change according to accent, so if you wanna make a hex color " static " i mean, Search about somc_color or somc, and you will find the line ( in Colors, or Styles ) .

whalesplaho said:
i did brov.... see tha attached zip file!!!!
https://tusfiles.net/r7zyuw37ah2d
thanks for yur help always!:good::good::highfive::highfive:
Click to expand...
Click to collapse
https://my.pcloud.com/publink/show?code=XZWAFzZ7pBWjTPjieSrkk4c9hUrxHAOBGLX
Download, Replace with xxhdpi folder, it may not display if your Device is xhdpi, so make sure you are editing your DPI folder .

abo hani said:
https://my.pcloud.com/publink/show?code=XZWAFzZ7pBWjTPjieSrkk4c9hUrxHAOBGLX
Download, Replace with xxhdpi folder, it may not display if your Device is xhdpi, so make sure you are editing your DPI folder .
Click to expand...
Click to collapse
still tha same brov.... i noticed there is a new line added in color.xml for tha new keyboard, can it be tha cause? please why not just tha new keyboard out & see!
Code:
<color name="default_accent_color">#ff64c9ff</color>

whalesplaho said:
still tha same brov.... i noticed there is a new line added in color.xml for tha new keyboard, can it be tha cause? please why not just tha new keyboard out & see!
Code:
<color name="default_accent_color">#ff64c9ff</color>
Click to expand...
Click to collapse
Default Accent color if no Theme enabled, you can modify it and link it with somc_color_primary ..etc, no need to worry.

abo hani said:
Default Accent color if no Theme enabled, you can modify it and link it with somc_color_primary ..etc, no need to worry.
Click to expand...
Click to collapse
wat m i not doing right brov? see my compiled files......
https://tusfiles.net/e7uy6wk8h279

Related

[25/09][MOD][S/SL/ion][1.96] Fixed White Settings from Honami

I fixed some of bugs from @beniamin24 's settings. At first read his thread (http://forum.xda-developers.com/showthread.php?t=2359591)​
For a best Honami look I recommend to use:
Settings from this thread
 @jjwrongjj 's Z Ultra framework: http://forum.xda-developers.com/showthread.php?t=2447138
 @TitaniumZERO 's white apps: http://forum.xda-developers.com/showthread.php?t=2457918
And my Honami themes: http://forum.xda-developers.com/showthread.php?t=2461574
Apps in pack:
White settings
White skin-picker
White sound-picker
White lockscreen settings
White Xperia settings with white ICC settings
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Installation:
Unpack (It's not flashable zip!), copy to /system, change permissions to rw-r--r--, move to /system/app and reboot
Download:
https://app.box.com/s/2b4gew8z4uaw1a8hd8ls​Credits to:
@beniamin24 for his white settings from link at top
@Pandemic for give to @beniamin24 Honami settings base
@thewerthon for Sound-picker
@TitaniumZERO for working white theme picker and tut how to change lockscreen settings to white
@whalesplaho for help with compiling
@jjwrongjj for tut "how to add Quick Settings"
@niaboc79, @Aeron sagar and all other modders for honami ports.
and all users for testing and bug-catching
If I skipped somebody please PM to me
REQUEST TO ALL MODDERS Please help :'(
In this setting are some bugs that i don't know how to fix. Here they are:
Dark pop-up (not white) with black text in wifi and bluetooth - FIXED!
And second white text on white background in accounts section (If we choose e.g. Google account there are three options written by white text on white background):
Next is wrong text in settings when we choose app in running section:
If somebody know how to fix it or can fix it for me please contact with me via PM I'll be grateful
What about credits and a screenshot with the actual settings?
beniamin24 said:
What about credits and a screenshot with the actual settings?
Click to expand...
Click to collapse
I wrote at the beggining that settings are from you and linked your thread. But I will add credits when i'll be on computer. Thanks for remind
//EDIT:
@beniamin24, I edited OP
Thank you sir for these fixed settings. You are the boss!
YuriBasescu said:
Thank you sir for these fixed settings. You are the boss!
Click to expand...
Click to collapse
Esti ROman?)
beniamin24 said:
Esti ROman?)
Click to expand...
Click to collapse
Nope. But I wish I were.
Sent from my LT26i using xda app-developers app
YuriBasescu said:
Nope. But I wish I were.
Sent from my LT26i using xda app-developers app
Click to expand...
Click to collapse
maaaa stii limba romana ) Basescule )
Great @HitFan :good:
:::[ Pandemic ..:: JB MoonBreakers® 4 Ever !!:..
Sent From The Moon With My Xperia P !
While you are taking in some interesting language I'll ask you one thing. @beniamin24 and @HitFan
Could someone open new thread and write a tutorial "how to change settings color/background"
I know I would like to know that (I know 60-70% but I'm still taping in a dark and sometimes hit a wall) and I'm sure there's plenty of guys who are interested in that theme.
Which png to change, which xml to edit, decompile, recompile, sign...
Maybe even for framework-res.apk.
Just the basics.
I know we have similar tutorials but nozomi is device full of surprises and if you guys wanna share your knowledge I would appreciate that.
Tnx
Sent from my LT26i using Tapatalk 4
funky0308 said:
While you are taking in some interesting language I'll ask you one thing. @beniamin24 and @HitFan
Could someone open new thread and write a tutorial "how to change settings color/background"
I know I would like to know that (I know 60-70% but I'm still taping in a dark and sometimes hit a wall) and I'm sure there's plenty of guys who are interested in that theme.
Which png to change, which xml to edit, decompile, recompile, sign...
Maybe even for framework-res.apk.
Just the basics.
I know we have similar tutorials but nozomi is device full of surprises and if you guys wanna share your knowledge I would appreciate that.
Tnx
Sent from my LT26i using Tapatalk 4
Click to expand...
Click to collapse
I can't help you :/ I decompiled app with one of tuts on forum, found wrong-sized PNGs, replace it by new ones, and add Quick Settings with one of tuts. Next found original line with wallpaper and copied it to Personalization section. After all i packed it all to Zip and post request to compile it, becouse i can't do it. It's all. I'm neewbie, it's my first 'mod' for Android, previously I was modding Symbian S60v3 and Nokia's S40 Phones. Here's one of my modifications for Nokia 5310 Xpress Music: http://nokiahacking.pl/s40-belle-vt24546.htm
HitFan said:
I can't help you :/ I decompiled app with one of tuts on forum, found wrong-sized PNGs, replace it by new ones, and add Quick Settings with one of tuts. Next found original line with wallpaper and copied it to Personalization section. After all i packed it all to Zip and post request to compile it, becouse i can't do it. It's all. I'm neewbie, it's my first 'mod' for Android, previously I was modding Symbian S60v3 and Nokia's S40 Phones. Here's one of my modifications for Nokia 5310 Xpress Music: http://nokiahacking.pl/s40-belle-vt24546.htm
Click to expand...
Click to collapse
Believe me - you are better then "old" dev.
Because you are, like me, new in this and you'll pay more attention.
If you did all that - I'm sure you are right for that
Maybe we could join our minds and make something smart to help community.
We could open thread and do together, not only you and me - but everyone who can help.
It would be great when ben or niaboc.release MOD and everyone MOD it like he/she likes
Sent from my LT26i using Tapatalk 4
thanks man work fine
but when i select adapt to lighting conditions and press ok it back to unmarked :crying:
hisoka78 said:
thanks man work fine
but when i select adapt to lighting conditions and press ok it back to unmarked :crying:
Click to expand...
Click to collapse
I know it. In @beniamin24 's settings is the same, in some other modded settings that i was using this option didn't work. In stock settings there isn't this option. I don't founded settings with this option working :/
very nice! its working on my xsl ) thanks for sharing!
Hey guys! I found two bugs, but i don't know where i need looking for solution to fix it. If somebody know this please PM me
In Wi-Fi i have dark background, not white, and in accounts section, when I choose Xperia with Facebook, or Google there is white text on white background. For first bug, where can i found PNG with dark background to change to white? And next which XML is responsible for text in settings?
Here are screenshots:
Please help me
I was searching in account_preference, account_sync_screen and add_account_screen, and many other xml but I didn't find #ffffffff value for white...
i have a question. when i install the leopard rom, it says "X-Reality Mobile" but when i installed this MOD, the x-reality become mobile bravia engine. is it normal or a bug?? how to bring back the x-reality?
HitFan said:
Hey guys! I found two bugs, but i don't know where i need looking for solution to fix it. If somebody know this please PM me
In Wi-Fi i have dark background, not white, and in accounts section, when I choose Xperia with Facebook, or Google there is white text on white background. For first bug, where can i found PNG with dark background to change to white? And next which XML is responsible for text in settings?
Here are screenshots:
Please help me
I was searching in account_preference, account_sync_screen and add_account_screen, and many other xml but I didn't find #ffffffff value for white...
Click to expand...
Click to collapse
@HitFan
check SemcSettings.apk
HitFan said:
Hey guys! I found two bugs, but i don't know where i need looking for solution to fix it. If somebody know this please PM me
In Wi-Fi i have dark background, not white, and in accounts section, when I choose Xperia with Facebook, or Google there is white text on white background. For first bug, where can i found PNG with dark background to change to white? And next which XML is responsible for text in settings?
Here are screenshots:
Please help me
I was searching in account_preference, account_sync_screen and add_account_screen, and many other xml but I didn't find #ffffffff value for white...
Click to expand...
Click to collapse
How about the white icons in volume sub-menu? Could you try to fix it too?
TitaniumZERO said:
How about the white icons in volume sub-menu? Could you try to fix it too?
Click to expand...
Click to collapse
That is framework related @TitaniumZERO
Pandemic said:
@HitFan
check SemcSettings.apk
Click to expand...
Click to collapse
I decompiled it, but there aren't any important values in XMLs or PNGs... ;(

[Theme][4.3/kk] ULTIMATE palAtial™ - v.3.0

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
INTRO :
After two weeks of hard working , I have finished my FIRST flat theme with Material design look and feel , sharp design , flat colors and longshadow style . I hope u will like it guys ^^
MESSAGE TO OTHER THEMERS :
Do not use any part of my theme, if you do that I will report you , THIS IS my hard working over 2 weeks , you must respect this .
Notes :
THIS theme supports z3 ui as well .
Restart your phone after applying my theme.
This theme supports xxhdpi devices (like xperia Z,Z1,Z2 .... etc) only but I think it will work on xhdpi devices as well.
How To Install :
Make sure you have super user mode enabled.
Install my theme as a normal apk .
Restart your phone [recommended].
Some apps that I have themed :
Framework-res .
SystemUI .
System colors .
Xperia home .
Contacts .
Sound enhancements .
Xperia xposed .
Calculator .
Update center .
Smart connect .
Messaging .
Album .
Walkman .
Movies .
Sony select .
AND other apps ....
CHANGLOG
3.0 (ULTIMATE palAtial)
Fix more bugs :3 .
Change colors .
NEW material wallpapers .
NEW material Sony media apps .
NEW switchers design .
NEW check boxes design .
NEW soft keys design.
Material dialer .
"Moonshine" icon pack .
Other great changes .
2.1
Fix all bugs.
Add icon pack (RSxperia icon pack).
Redesign xperia home.
Theme more "pngs" from framework.
New theme icon [emoji14] .
Material text editing B| .
Change font color.
2.0 stable
STABLE version.
ICON pack.*
Material calculator.
Theme more icons from xperia. xposed.
FIX some small bugs.
1.0 BETA
First relase.
credits :
Valiant Pixels team (for allowing me to use "Moonshine" icon pack) .
[*]@RocketSauce83 (for allowing me to use his icon pack BIG thanks to him) .
SCREENSHOTS
[Theme][4.3/kk] palAtial™
Download links​
V.3.0 [Recommend] :
Mediafire
V.3.0 with "moonshine" iconpack [Recommend] :
Soon .
V.2.1 [NOT Recommend] :
MediaFire
V.2.1 icon pack [NOT Recommend]:
Mediafire
V.2.0 stable [NOT Recommend] :
Media Fire
v.1.0 beta [NOT Recommend] :
Mediafire
DON'T forget to click on THANKS button HAPPY christmas
IF U liked this theme u can tell me that by clicking on thanks button and if u want to support my work donate to me
Waiting for download
Nice job, waiting for screen shots
Sent from my C2005 using XDA Free mobile app
Good job Bro
I'm waiting Download link ☺☺
Great theme! Awesome battery symbol. Would prefer notification background and color of Statusbar a little bit darker
Would you make system colors more darker please?
I mean like in on/off tools and other stuff.
Sent from my C2005 using XDA Free mobile app
Awesome work my brother ^^
Sent From Somewhere On Earth With My Z2 ^^
punkt said:
Great theme! Awesome battery symbol. Would prefer notification background and color of Statusbar a little bit darker
Click to expand...
Click to collapse
Mysteryagr said:
Would you make system colors more darker please?
I mean like in on/off tools and other stuff.
Sent from my C2005 using XDA Free mobile app
Click to expand...
Click to collapse
I think no need for darker colors because most of people prefer lighter colors. But if u really want a darker one I will allow u to decompile my theme (for notification bar u will find it at Com.android.systemUI.zip and for on/off tools u will find it at android.zip
shehabskull said:
Download links​ v.1.0 beta : here
WILL UPLOAD ON MARKET SOON
Click to expand...
Click to collapse
Thank you very much.... really amazing. Well done!!!!
Z1 4.4.4 (157)
shehabskull said:
I think no need for darker colors because most of people prefer lighter colors. But if u really want a darker one I will allow u to decompile my theme (for notification bar u will find it at Com.android.systemUI.zip and for on/off tools u will find it at android.zip
Click to expand...
Click to collapse
i looked at your screenshots. there notification panel looks to be darker than it is in real. on your screenshot it is a rather dark grey, on my phone i looks like a very light grey with white text, so it is harder to read.
punkt said:
i looked at your screenshots. there notification panel looks to be darker than it is in real. on your screenshot it is a rather dark grey, on my phone i looks like a very light grey with white text, so it is harder to read.
Click to expand...
Click to collapse
Send me screen shots please ...
shehabskull said:
Send me screen shots please ...
Click to expand...
Click to collapse
Sent from my C2005 using XDA Free mobile app
shehabskull said:
Send me screen shots please ...
Click to expand...
Click to collapse
i tried, but on screenshot grey appears to be darker as it is when i look at phone directly. maybe some white balance issue?
punkt said:
i tried, but on screenshot grey appears to be darker as it is when i look at phone directly. maybe some white balance issue?
Click to expand...
Click to collapse
i decompiled theme and made panel a little bit darker, on my device it looks now just like in your screenshot.
*Attachment removed*
Looks really nice, please make one for CM11, already added my vote
punkt said:
i decompiled theme and made panel a little bit darker, on my device it looks now just like in your screenshot.
Click to expand...
Click to collapse
Nice to hear this but please do not share it delete your attachment :|
Awesome theme thanks :good:

[Mod] Xperia Media Apps Dark - With According To Theme Color | 10/11

Hi everyone !, as you know guys Sony has published new Media Apps with Light theme, many of you didn't like it, so i have themed the latest ones Media : Album / Movies / Music, with Dark Theme versions, and also with According to Theme Color versions for both light & dark ! .
Pressing Different thanks buttons won't hurt you ​
Notes :
According to theme ain't supported in JB/KK yet, wait until i upload the supported version .
Do not request to fix, unless you know the way, if i know the way i would publish it without bugs .
SystemUI color based on Secondary theme color ( accent ) , and tab based on Main theme color .
How To Install:
Install Like Normal App. ( it MAY need SuperUserMode if it didn't work ) .
Move to System/Priv-App with rw-r-r permissions ( if above didn't work ) .
Bugs :
Music, Track Option Drawable In Black, Tracks Option Menu In White, Set Timer BG In White.
Movies Folders/In-Tabs BG in White.
Scre
Thanks To :
My Laptop .
My Tea Maker.
XDA:DevDB Information
Media Apps - Dark / Light / According To Theme, Theme for the OEM Cross Device Development
Contributors
abo hani
Version Information
Status: Stable
Stable Release Date: 2015-11-10
Created 2015-09-15
Last Updated 2015-09-15
Downloads :
Dark Media Index
Light Media Index
Guide : Press Me .
Use A Theme that use a color and a darker color, not a different one, so you can get the Material SystemUI / Upbar look, You can view my Xperience™ - Material Stock which comes with 4 colors .
ScreenShots​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Great job bro ^^
Verstuurd vanaf mijn D6603 met Tapatalk
Pandemic said:
Great job bro ^^
Verstuurd vanaf mijn D6603 met Tapatalk
Click to expand...
Click to collapse
Thanks bro
abo hani said:
Thanks bro
Click to expand...
Click to collapse
Anytime and there is the button for to thanking [emoji14]
@abo hani many thanks for the dark mods, i can't understand why sony doesn't let us choose light or dark theme in the app setting...
Anyway i installed your dark music mod fine but i use 320dpi in my phone and now music is at 480dpi :|
is 320dpi not supported in your mods?
Thanks again.
ptmaniac said:
@abo hani many thanks for the dark mods, i can't understand why sony doesn't let us choose light or dark theme in the app setting...
Anyway i installed your dark music mod fine but i use 320dpi in my phone and now music is at 480dpi :|
is 320dpi not supported in your mods?
Thanks again.
Click to expand...
Click to collapse
I hate it too that they didn't put an option.
I Have only edited Colors.xml, and styles.xml, no specif dpi mate, try to install the stock Music with the same version from Apkmirror and tell me if it's 320 or 480 .
Light version is best theme ever
yhu rock brov.......... dark looks way cooler
whalesplaho said:
yhu rock brov.......... dark looks way cooler
Click to expand...
Click to collapse
Did you test the According to theme one ?
I've made everything according to theme, expect my phone body :silly:
Hi, thanks for your work.
I have a problem. I tried light, dark and dark colored versions for music app but it was always white.
abo hani said:
I hate it too that they didn't put an option.
I Have only edited Colors.xml, and styles.xml, no specif dpi mate, try to install the stock Music with the same version from Apkmirror and tell me if it's 320 or 480 .
Click to expand...
Click to collapse
Hi abo hani, original 9.0.3.a.1 apk from sony works fine at 320dpi, tried both your dark mods and they both display at 480dpi lol weird :S
baggord said:
Hi, thanks for your work.
I have a problem. I tried light, dark and dark colored versions for music app but it was always white.
Click to expand...
Click to collapse
What's your device, and your OS Version, plus is it stock or not ?
And, can your provide me screenshots ?
ptmaniac said:
Hi abo hani, original 9.0.3.a.1 apk from sony works fine at 320dpi, tried both your dark mods and they both display at 480dpi lol weird :S
Click to expand...
Click to collapse
Hmm, that's weird ._. .. for the moment i can't fix it because i've only modded the parent and the values, no " 320 " or " 480 " .
abo hani said:
Did you test the According to theme one ?
I've made everything according to theme, expect my phone body :silly:
Click to expand...
Click to collapse
tried but gat bugs..... white top header & when searching for songs, its in white background too!
whalesplaho said:
tried but gat bugs..... white top header & when searching for songs, its in white background too!
Click to expand...
Click to collapse
In Which One ? and please provide screenshot
abo hani said:
In Which One ? and please provide screenshot
Click to expand...
Click to collapse
gonna do dah... dark_coloured_music!!!!
using Xperia Material Teal theme by @abo hani...... see brov!!!
whalesplaho said:
using Xperia Material Teal theme by @abo hani...... see brov!!!
Click to expand...
Click to collapse
You are on 5.1 right ?
Seems like Xperia Lollipop 5.1 changed the colors calls codes .
abo hani said:
You are on 5.1 right ?
Seems like Xperia Lollipop 5.1 changed the colors calls codes .
Click to expand...
Click to collapse
yeah... official 5.1.1
abo hani said:
Downloads :
Dark_Album
Dark_Album_Colored
Dark_Music.apk
Dark_Music_Colored.apk
Dark_Video.apk
Dark_Video_Colored.apk
Light_Album.apk
Light_Album_Colored.apk
Light_Music.apk
Light_Music_Colored.apk
Light_Video.apk
Light_Video_Colored.apk
Guide : Press Me .
Use A Theme that use a color and a darker color, not a different one, so you can get the Material SystemUI / Upbar look, You can view my Xperience™ - Material Stock which comes with 4 colors .
Click to expand...
Click to collapse
latest version of music released 9.0.4.A.1.1beta
pls make the dark vesion of it
http://www.apkmirror.com/apk/sony-m...c/music-9-0-4-a-1-1beta-android-apk-download/

[KK/LP] Flat - 5 Colors | Flat Amazing Concept - 02/07

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Flat themes is just a port of the first full advanced theme "Flat" which was introduced back in JB/KK versions, Now it's time to re-make, right?. Flat Blue feature with creative icons, using beautiful flat blue color, with the famous Flat navbar buttons, which got mocked up a lot .
Features :
Home support .
Framework basic icons ( Radio / Check / Switches ) .
Navbar buttons .
Colors .
Wallpapers .
No Root .
Notes :
This version is non-rooted, Making it Full theme will require root permissions, So I'll make a "Plus" version which is a Full Complete theme, if you got suggestions to modify, let me know in comments .
Colors :
4 Colors only to make, Check the Poll .
XDA:DevDB Information
Flat, Theme for the OEM Cross Device Development
Contributors
abo hani
Version Information
Status: Stable
Current Stable Version: 1.0.X
Stable Release Date: 2016-03-17
Created 2016-03-17
Last Updated 2016-04-08
Screenshots
Message To All Members / Guests , My Theme Isn’t Open Source Theme , You Are NOT Allowed To Use My Theme Files / Modded PNG / ICons Pack , As All Is Designed By Me , , IF I Saw Anything from My Theme In Your Theme / Files , You Will Be Reported , Don’t Make Your "Awesome Themes " Based on Other’s Work , Respect That ! - Porting My Theme Is Not Allowed , I Will Port My Theme To Other Engines In My Free Time .
Click to expand...
Click to collapse
Re-Cloning / Re-Editing My Themes Files And Present Them As Yours ARE NOT ALLOWED, Ask For Permission First And Give Credits .​
*Please, support me and download it from Google play to increase the Theme popularity on Google Play .
Google Play / Direct Download : Press Me .
Check Out All Of My Themes Series:
TAS™ Themes Series
PX™ Themes Series
Xperience™ Themes Series
Tested On :
Xperia Z1 LP 5.1 .
Xperia Z3 LP 5.1 .
Changelog :
1.0.2
Slight edit on Wallpaper .
Smaller Radio / Checkbox buttons .
Enhancements on color .
No more SystemBar Material color effect, It's a Flat theme, So a Flat effect .
Fixed the UnChecked bug .
Slight edit on Switches ( Sorry, can't remove them on LP ) .
Great theme bro....one of your best themes.Thanks for amazing work
Nice work RXS bro @abo hani
@abo hani back with a big bang.... bigups!!!
admire yur work alot... :good:
---------- Post added at 10:04 AM ---------- Previous post was at 09:59 AM ----------
i do love to see more colors.... grey, dark, blue grey & so on!
maxxx83 said:
Great theme bro....one of your best themes.Thanks for amazing work
Click to expand...
Click to collapse
Pandemic said:
Nice work RXS bro @abo hani
Click to expand...
Click to collapse
whalesplaho said:
@abo hani back with a big bang.... bigups!!!
admire yur work alot... :good:
---------- Post added at 10:04 AM ---------- Previous post was at 09:59 AM ----------
i do love to see more colors.... grey, dark, blue grey & so on!
Click to expand...
Click to collapse
Thanks for the support guys!
Forgot to add the poll, It's added now .
abo hani said:
Thanks for the support guys!
Forgot to add the poll, It's added now .
Click to expand...
Click to collapse
Thanks for not always letting us down....:good::good::highfive::highfive:
Ah the navbars... Great... Finally got the perfect one! Thumbs up man... Thanks waiting for for colors...
pRakitik said:
Ah the navbars... Great... Finally got the perfect one! Thumbs up man... Thanks waiting for for colors...
Click to expand...
Click to collapse
Glad you like it!
Yo guys, for Light, and Dark colors, which one do you prefer ?
Dark :
#34495e
#2c3e50
#45362E
#282830
Light :
#E7E7E7
#95a5a6
#bdc3c7
#ecf0f1
Nice work bro
Sent from my E6633 using Tapatalk
abo hani said:
Glad you like it!
Yo guys, for Light, and Dark colors, which one do you prefer ?
Dark :
#34495e
#2c3e50
#45362E
#282830
Light :
#E7E7E7
#95a5a6
#bdc3c7
#ecf0f1
Click to expand...
Click to collapse
I think the below two colors are perfect for use.. .
Dark:
#282830
Light:
#95a5a6
pRakitik said:
I think the below two colors are perfect for use.. .
Dark:
#282830
Light:
#95a5a6
Click to expand...
Click to collapse
Hmm, looks nice, gonna work on it .
shehabskull said:
Nice work bro
Sent from my E6633 using Tapatalk
Click to expand...
Click to collapse
Thanks bro
Colors : Dark, Teal, Red, And Orange.
Plus, I'm gonna remove the Flat switches in LP, because it got a better switches look .
abo hani said:
Hmm, looks nice, gonna work on it .
Thanks bro
Colors : Dark, Teal, Red, And Orange.
Plus, I'm gonna remove the Flat switches in LP, because it got a better switches look .
Click to expand...
Click to collapse
Nice work Aabo Ahani , I like it
Your PDesire
abo hani said:
Hmm, looks nice, gonna work on it .
Thanks bro
Colors : Dark, Teal, Red, And Orange.
Plus, I'm gonna remove the Flat switches in LP, because it got a better switches look .
Click to expand...
Click to collapse
Eagerly waiting for the new themes
Sir, if possible please try to add a new design Xperia key home navbars. Or at least make the Xperia key a little bit bigger.
pRakitik said:
Sir, if possible please try to add a new design Xperia key home navbars. Or at least make the Xperia key a little bit bigger.
Click to expand...
Click to collapse
In the next update i will, Along with some modifications . ( Not this next update, but next-next update ) .
Changelog for the new release :
- Slight edit on Wallpaper .
- Smaller Radio / Checkbox buttons .
- Enhancements on color .
- No more SystemBar Material color effect, It's a Flat theme, So a Flat effect .
- Fixed the UnChecked bug .
- Slight edit on Switches ( Sorry, can't remove them on LP ) .
- New Colors! : Teal/Dark/Red/Orange .
When ? Tomorrow/After 2 days .
Woww change logs looks awesome can't wait more...
Hello!
The update is available now, You can download it from the Direct links, For Google play it needs 2-3 hours .
Hope you enjoy the new colors. Now i'll work on 2 mods, and i will be back with a new theme .
Regards .
Loving it ? Downloaded from Google Play, rated all 5/5

[KK+] Shapes Theme - Simple & Stylish Sharp Edged Theme | 27/6

Shapes Theme is a theme that's based on whole lines concept, sharp non-rounded edges, with outlined semi-Material inspired icons.
Info:
Works with KK+, With/Without Root .
Features:
Advanced Theme, Includes Home/Basic Icons/Walls .
Nice Colors, Red & Blue .
Works with non-rooted devices .
Bugs:
None
Guides:
Theme Creator Theme Template.
How to make an advanced Theme - Full Guide.
Download :
Index Page - Here .
Screens:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
so the king is back with themes huh !
my theming master is back with a bang?
working on MM?
Please still waiting for Keyboard Accent theme tut! Thanks
For the keyboard accent color we need to select a light accent color for the theme. @whalesplaho
Nice work buddy ?
Gesendet von meinem D6503 mit Tapatalk
Nilakshanjayasekera said:
For the keyboard accent color we need to select a light accent color for the theme. @whalesplaho
Click to expand...
Click to collapse
what im saying he understands... i mean have a material accent dat ll accords according to themes..... not all themes have keyboard themed.
GudduAmbi052829 said:
so the king is back with themes huh !
Click to expand...
Click to collapse
whalesplaho said:
my theming master is back with a bang?
working on MM?
Please still waiting for Keyboard Accent theme tut! Thanks
Click to expand...
Click to collapse
Nilakshanjayasekera said:
For the keyboard accent color we need to select a light accent color for the theme. @whalesplaho
Click to expand...
Click to collapse
a.hamameh96 said:
Nice work buddy
Gesendet von meinem D6503 mit Tapatalk
Click to expand...
Click to collapse
whalesplaho said:
what im saying he understands... i mean have a material accent dat ll accords according to themes..... not all themes have keyboard themed.
Click to expand...
Click to collapse
Thanks for your kind words , I'll continue the work from right on, i was really busy in learning Java/Android Apps developing.
The theme works on KK/LP/MM.
For Accent keyboard, you can decompile the following overlay sample from HERE, and know how i made the overlays .
For Accent keyboard it's easy, modify all Light values with Primary Colory, and Dark values with DarkPrimary/Accent values .
I'm going to make a Xposed Module, after i figure out the problem that are happening with me .
abo hani said:
thanks for your kind words , i'll continue the work from right on, i was really busy in learning java/android apps developing.
The theme works on kk/lp/mm.
For accent keyboard, you can decompile the following overlay sample from here, and know how i made the overlays .
For accent keyboard it's easy, modify all light values with primary colory, and dark values with darkprimary/accent values .
I'm going to make a xposed module, after i figure out the problem that are happening with me .
Click to expand...
Click to collapse
i know buddy but remember its not working on mm..... Dats why im reminding cos yhu said yhu look into it and yhu created some colors for use as overlay!
@abo hani, was able to make it with tha guide & yur material coloured overlay.... bigups!!!
can i share tha apk in a new thread please?
whalesplaho said:
@abo hani, was able to make it with tha guide & yur material coloured overlay.... bigups!!!
can i share tha apk in a new thread please?
Click to expand...
Click to collapse
Yeah, you can share them
abo hani said:
Yeah, you can share them
Click to expand...
Click to collapse
Appreciate buddy.... Thanks!!
Will create a thread soon... I would like to know how to make Xposed module too. Thanks
Hey guys! the theme is updated, the changelog :
- Updated theme files .
- Updated compatibility with Tablets and newer Xperia devices.
- Fixed bugs .
Also, the theme is LIVE on Xperia Themes Portal .

Categories

Resources