[BETA] [THEME] [5.0] O-Ui for ZenUi - Zenfone 5 Themes and Apps

Waiting for Oreo, I got you covered. I am here to present you a new theme for our old friend, the great Zenfone 5(what?), based on Android Oreo.
What's themed-
Settings App
Quick Settings
Lock screen
Icons
What's not themed-
Let's keep it a secret
Do not tell me(Please...)​
Note- I haven't tested this theme either on a physical or a virtual device yet, so, no good-looking screenshots for now. If you find any bugs, report'em here(really?). Kindly hit the thanks :good: button if you like my theme(oh, come on!)
Please attach screenshots if you can​
XDA:DevDB Information
[BETA] [THEME] [5.0] O-Ui for ZenUi
Contributors
@Nikhilkumar038
Version Information
Status: Beta
Created 2017-06-11
Last Updated 2017-06-28

Attach screenshots please!

It's too buggy :/

[email protected] said:
It's too buggy :/
Click to expand...
Click to collapse
Thanks for testing and sorry for the bugs:silly:
I'll fix that, maybe, tomorrow
Could you please post the screenshots for the settings app?
Is that one buggy too?

[email protected] said:
It's too buggy :/
Click to expand...
Click to collapse
Try this one:
https://plus.google.com/111534348030431168811/posts/dNWUi2nup17

Nikhilkumar038 said:
Thanks for testing and sorry for the bugs:silly:
I'll fix that, maybe, tomorrow
Could you please post the screenshots for the settings app?
Is that one buggy too?
Click to expand...
Click to collapse
here is screenshot.
top portion is just white.

kihope12 said:
Try this one:
https://plus.google.com/111534348030431168811/posts/dNWUi2nup17
Click to expand...
Click to collapse
I am extremely sorry, I didn't knew there's already an Android O Theme there

Nikhilkumar038 said:
I am extremely sorry, I didn't knew there's already an Android O Theme there
Click to expand...
Click to collapse
This is no problem mate, my isnt finished just continue in your project and make it awesome, i will not share my here, so lest do your best

kihope12 said:
This is no problem mate, my isnt finished just continue in your project and make it awesome, i will not share my here, so lest do your best
Click to expand...
Click to collapse
Okay. BTW, mine is too WIP. I think you have already seen those funny screenshots:laugh:
Even I couldn't stop laughing at the moment I saw them
I think you should publish your theme here too, so that the users will have a choice between two Android O themes:highfive:
[email protected] said:
here is screenshot.
top portion is just white.
Click to expand...
Click to collapse
I just uploaded v1.1 with the bugs fixed. BTW, I still can't figure out why was the settings title in white
I have added some things in the styles.xml so it is possible it may be fixed:good:

Nikhilkumar038 said:
Okay. BTW, mine is too WIP. I think you have already seen those funny screenshots:laugh:
Even I couldn't stop at the moment I saw them
I think you should publish your theme here too, so that the users will have a choice between two Android O themes:highfive:
I just uploaded v1.1 with the bugs fixed. BTW, I still can't figure out why was the settings title in white
I have added some things in the styles.xml so it is possible it may be fixed:good:
Click to expand...
Click to collapse
it is beacuse you use "Theme.Material.Light.DarkActionBar" you must use default code and then edit another thinks or just add color to styles, i did it before and i can send you apk of theme (vibe ui) where it works.
anyway your settings seems to be nice, i was lazy to add it into mine

kihope12 said:
it is beacuse you use "Theme.Material.Light.DarkActionBar" you must use default code and then edit another thinks or just add color to styles, i did it before and i can send you apk of theme (vibe ui) where it works.
anyway your settings seems to be nice, i was lazy to add it into mine
Click to expand...
Click to collapse
Okay, I will check it.
BTW, if it seems nice, is the settings title black now?
Another thing, in Android O, in a Pixel, the switch after the icons is in blue. I thought it wouldn't look nice so I coloured them grey like the icons. Should I color them blue?
And what about the status bar?
UPDATE: What if I use Theme.Material.Light.DarkActionBar and add color to them?
It looks like this
Code:
<style name="Theme.SettingsBase" parent="@android:style/Theme.Material.Light.DarkActionBar"><item name="android:textColorPrimary">#ff000000</item><item name="android:colorControlActivated">#ff4b4b4b</item><item name="android:colorPrimary">#fff7f7f7</item><item name="android:colorPrimaryDark">#ffe0e0e0</item></style>
I think it should work as I have used #ff000000 for android:textColorPrimary .

Nikhilkumar038 said:
Okay, I will check it.
BTW, if it seems nice, is the settings title black now?
Another thing, in Android O, in a Pixel, the switch after the icons is in blue. I thought it wouldn't look nice so I coloured them grey like the icons. Should I color them blue?
And what about the status bar?
UPDATE: What if I use Theme.Material.Light.DarkActionBar and add color to them?
It looks like this
Code:
<style name="Theme.SettingsBase" parent="@android:style/Theme.Material.Light.DarkActionBar"><item name="android:textColorPrimary">#ff000000</item><item name="android:colorControlActivated">#ff4b4b4b</item><item name="android:colorPrimary">#fff7f7f7</item><item name="android:colorPrimaryDark">#ffe0e0e0</item></style>
I think it should work as I have used #ff000000 for android:textColorPrimary .
Click to expand...
Click to collapse
Im not sure, im at school so i cant check it but basicaly. SettingsBase is for whole package, so y should edit statusbar in styles or in SettingBase somethink like TitleColor. Try check original settings.apk

kihope12 said:
Okay, I will check it.
BTW, if it seems nice, is the settings title black now?
Another thing, in Android O, in a Pixel, the switch after the icons is in blue. I thought it wouldn't look nice so I coloured them grey like the icons. Should I color them blue?
And what about the status bar?
UPDATE: What if I use Theme.Material.Light.DarkActionBar and add color to them?
It looks like this
Im not sure, im at school so i cant check it but basicaly. SettingsBase is for whole package, so y should edit statusbar in styles or in SettingBase somethink like TitleColor. Try check original settings.apk
Click to expand...
Click to collapse
This one?
Code:
<style name="Theme.Actionbar.Title" parent="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title"><item name="android:textSize">@dimen/action_bar_title_text_size</item><item name="android:textColor">@color/settings_title</item></style>

How do you make the quicksetting fit the width screen like that?

nheolinkin said:
How do you make the quicksetting fit the width screen like that?
Click to expand...
Click to collapse
Look for dimens.xml in the systemui.apk of this theme. Hope you get your question answered.
BTW, have you tried this theme?
It would be great if you could send me some screenshots

Nikhilkumar038 said:
This one?
Code:
<style name="Theme.Actionbar.Title" parent="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title"><item name="android:textSize">@dimen/action_bar_title_text_size</item><item name="android:textColor">@color/settings_title</item></style>
Click to expand...
Click to collapse
Check this, add it to styles.
Code:
<style name="Theme.ActionBar" parent="@android:style/Widget.DeviceDefault.Light.ActionBar.Solid">
<item name="android:icon">@android:color/transparent</item>
<item name="android:titleTextStyle">@style/Theme.Actionbar.Title</item>
</style>
<style name="Theme.Actionbar.Title" parent="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title">
<item name="android:textSize">@dimen/action_bar_title_text_size</item>
<item name="android:textColor">@color/settings_title</item>
</style>
if it will not work, i will send you this as base
---------- Post added at 12:44 PM ---------- Previous post was at 12:41 PM ----------
nheolinkin said:
How do you make the quicksetting fit the width screen like that?
Click to expand...
Click to collapse
Anyway it works only on 1st gen. Zenfones ( 5/6 ) you can also change dimens or you can add shortcuts (in settings.apk ) in other app. The problem is, when you edit dimiens in systemui, theme engine will load default systemui and then theme systemui. so it will crash after every restart, then it works perfectly. if you dont have any experience with it, dont try modify it, it can FC everytime and you will need reset your phone
Using this you can get this, yes, it is stock rom and this is theme.

kihope12 said:
Anyway it works only on 1st gen. Zenfones ( 5/6 ) you can also change dimens or you can add shortcuts (in settings.apk ) in other app. The problem is, when you edit dimiens in systemui, theme engine will load default systemui and then theme systemui. so it will crash after every restart, then it works perfectly. if you dont have any experience with it, dont try modify it, it can FC everytime and you will need reset your phone
.
Click to expand...
Click to collapse
Yup, just got crashed. I'm gonna edit default systemui then.
Thanks a lot!

kihope12 said:
Check this, add it to styles.
Code:
<style name="Theme.ActionBar" parent="@android:style/Widget.DeviceDefault.Light.ActionBar.Solid">
<item name="android:icon">@android:color/transparent</item>
<item name="android:titleTextStyle">@style/Theme.Actionbar.Title</item>
</style>
<style name="Theme.Actionbar.Title" parent="@android:style/TextAppearance.DeviceDefault.Widget.ActionBar.Title">
<item name="android:textSize">@dimen/action_bar_title_text_size</item>
<item name="android:textColor">@color/settings_title</item>
</style>
if it will not work, i will send you this as base
Click to expand...
Click to collapse
Done!
Please check if it looks better now:good:

Related

[Theme] Grey Scale DL30

Thanks to nitsuj17 for his transparent dialer Iv'e done color edits on it to match the Gray Scale theme this is version 1 if you find any bugs please report them
*AS WITH ANY THEME OR MOD PLEASE MAKE A BACKUP BEFORE YOU INSTALL IM NOT RESPONSIBLE FOR A BRICKED DEVICE*
This theme has been tested on the DL30 Froyo leak I have not tested it on any Clean froyo roms *be advised*
I will port this to the clean froyo rom apparently it FC on the browser with other edited froyo roms*
DOWNLOAD ME[/SI
Nice work i like it.
are you having the same issue with the back/delete button not being there on your dialer?...the images are all there but they dont show up...could have something to do with the transparency edit i suppose and the corresponding changes...idk
nitsuj17 said:
are you having the same issue with the back/delete button not being there on your dialer?...the images are all there but they dont show up...could have something to do with the transparency edit i suppose and the corresponding changes...idk
Click to expand...
Click to collapse
yea it's not showing up I will check it out when I have some more free time and thanks for the sweet dialer bro it's appreciated
Thanks again for another awesome Theme Skillz!
zachsx said:
Thanks again for another awesome Theme Skillz!
Click to expand...
Click to collapse
Thanks bro
anyone test this on the clean rom?
Moto I tested it on the clean rom, but I couldn't get the browser to work. I't could have just been on my side, I haven't tested it since, I just switched back to stock DL30 because of no flash on Clean.
what clock are you using?
letmehearucaw said:
what clock are you using?
Click to expand...
Click to collapse
The one Skillz is using is called SIMI clock
Where can I get the standard font for this theme. It's a sweet theme, but the font is not my style.
skillz360 said:
yea it's not showing up I will check it out when I have some more free time and thanks for the sweet dialer bro it's appreciated
Click to expand...
Click to collapse
i kinda cheated to fix it...i renamed some icons to get the back buttons to work...transparency conflicts with them somehow...also i added gv to the dialer in the vm button if you wanna grab taht to update
nitsuj17 said:
i kinda cheated to fix it...i renamed some icons to get the back buttons to work...transparency conflicts with them somehow...also i added gv to the dialer in the vm button if you wanna grab taht to update
Click to expand...
Click to collapse
there are few problems on my end, wall paper didnt load and only 2 of the icons loaded on the bottom.
l4b3lkill5 said:
there are few problems on my end, wall paper didnt load and only 2 of the icons loaded on the bottom.
Click to expand...
Click to collapse
with what in particular
Looks great man!
Post a pic of the notification drawer, please
I guess, by my request. This is the one that I was hoping that could be updated with the 5 lock screens and the time mods.

Need help finishing my themed MMS app please.

I themed a MMS app from CM to be inverted, but there is one section that I can not fix for the life of me. I have used beyond compare and compared to some other apps but I can't find what I need to change. Here is the problem: http://forum.xda-developers.com/attachment.php?attachmentid=1645176&d=1358198445
After you type a name in the to: section and select a recipient it changes to gray with black text. I don't know if I need to change an image for the background or an xml for the font color. I have looked through every font in the xml and there aren't any black fonts left that I can see. I want to either change the background white or the font blue. Any help would be appreciated.
Are you sure this isn't it in your styles.xml?...
Code:
<item name="android:textColor">?android:textColorSecondaryInverse</item>
XperienceD said:
Are you sure this isn't it in your styles.xml?...
Code:
<item name="android:textColor">?android:textColorSecondaryInverse</item>
Click to expand...
Click to collapse
Yes, it's in there. Should I change it or take it out completely? I can't remember if I mentioned in the OP this is my first time theming, so don't be afraid to talk to me like I am stupid. I very well may be.
sparkerjc said:
Yes, it's in there. Should I change it or take it out completely? I can't remember if I mentioned in the OP this is my first time theming, so don't be afraid to talk to me like I am stupid. I very well may be.
Click to expand...
Click to collapse
We all start somewhere, but all you need to do is look at the other android:textcolor lines then adapt that line above to match except using the hex color of your choice.
Sent from Myushi
XperienceD said:
We all start somewhere, but all you need to do is look at the other android:textcolor lines then adapt that line above to match except using the hex color of your choice.
Sent from Myushi
Click to expand...
Click to collapse
I started by changing that line to the hex color, and it did nothing. I went through and changed every single thing to that hex color, just hoping to see anything change at all and no luck. I have a hunch it is some in one of the recipients*.xml files not being linked to a proper font color some how. Would it help if I put up my entire styles.xml up here?
sparkerjc said:
I started by changing that line to the hex color, and it did nothing. I went through and changed every single thing to that hex color, just hoping to see anything change at all and no luck. I have a hunch it is some in one of the recipients*.xml files not being linked to a proper font color some how. Would it help if I put up my entire styles.xml up here?
Click to expand...
Click to collapse
That's from your styles.xml which is why I pointed it out. You need to change - android:textColorSecondaryInverse to #ffffffff, if you've done that and still changed nothing, then yes it must be something else.
XperienceD said:
That's from your styles.xml which is why I pointed it out. You need to change - android:textColorSecondaryInverse to #ffffffff, if you've done that and still changed nothing, then yes it must be something else.
Click to expand...
Click to collapse
Yeah, I did that and still nothing. Thanks for the help let me know if you have any other ideas.
sparkerjc said:
Yeah, I did that and still nothing. Thanks for the help let me know if you have any other ideas.
Click to expand...
Click to collapse
Contacts, Phone apks maybe, it's where I'd now be looking.

[Theme]KitKat Theme (2.2 Finalized)

KitKat Theme
Kitkat theme with Google home screen look and feel, white theme accent and AOSP navbar (doesn't needs my SystemUI.apk). Now with black themed icons in settings! QuickSettings are now white! (Refer attachments)
I used Triflat theme icons and modded it with apktool. Hope you all enjoy it!
Instructions:
For theme:
Move app to /system/app, reboot, select theme and enjoy! (Only if you don't have modified services.jar)
OR
Install as normal app.(Only if you have the modified Services.jar (ExistenZ rom has it) or flashed the zip file containing both SystemUI.apk and Services.jar)
How to update:
Simply install over it as normal app! (Only when you have the modified Services.jar)
Changelog:
17-02-2014
Full KitKat Theme requested by @The ILM. (Instead of transparent app tray drawer, reverted back to stock)
Initial release
I will redo the app and re-upload it soon with a new style! Done!
Removed KitKat without Xperia app tray button
17-01-2014
New KitKat Theme with Xperia app tray buttonV2 with fully transparent apptray background.
New full KitKat ThemeV2 added!
[Minor flaw: Tickboxes with dark background behind appears completely white because of the white theme accent combined with the white tick.] Fixed!
19-01-2014
Link for SystemUI.apk removed
New SystemUI with more transparency compatiblity and 36dpi navbar compatibility!
services.jar modified using Apktool v2.0.0-beta8 with this guide special thanks to @DavidMKD
New KitKat System UI & Services.jar V2 zip because previous one was not working.
Removed Xperia KitKat ThemeV2 (Xperia AppTray button)
New KitKatThemeV3 is out!
The base of this app is from Craftmanship, so please uninstall it as it might has signature conflicts. Fixed
20-01-2014
New KitKat 2.0!
Smaller file size!
Now with icons themed to black in settings!
White QuickSettings icons!
Minor color improvements!
21-01-2014
Thanks @anakdayak for pointing out the app drawer panel! Now It's fully transparent (Refer attachments).
KitKatTheme updated to 2.2.
New KitKatThemeBlueAccent as requested by @anakdayak
New KitKatTheme 2.3! (Fix highlighted text, thanks to @timchew for pointing out!)
21-01-2014
New 2.2b versions added which includes transparent GEL app tray button! (Refer attachments)
23-01-2014
KitKat Air requested by @anakdayak. (Identical as Blue Accent but with new Xperia Air wallpaper and lockscreen!)
Downloads
Full Kitkat Theme 2.2 (GEL app tray)
Full KitKat Theme 2.2b which includes a new transparent app tray button (Does not include FlipSettings UI)
KitKat Theme 2.3 (GEL app tray)
KitKat Theme 2.3b which includes a new transparent app tray button (for ExistenZ Black Edition, accent colour not completely white to avoid white text being covered completely) (Does not include FlipSettings UI)
Kitkat Theme Blue Accent 2.2 (GEL app tray)
KitKat Theme Blue Accent 2.2b which includes a new transparent app tray button (Does not include FlipSettings UI)
KitKat Air requested by @anakdayak. (Identical as Blue Accent but with new Xperia Air wallpaper and lockscreen!)
Full KitKat Theme requested by @The ILM. (Instead of transparent app tray drawer, reverted back to stock)
thank you for this theme.
one question though, can't the app icon (the middle icon on home screen) be changed to google experience launcher icon?
greglord said:
thank you for this theme.
one question though, can't the app icon (the middle icon on home screen) be changed to google experience launcher icon?
Click to expand...
Click to collapse
Uploaded
wow great!!
but i dont know if the fully transparent in the left menu seems good?
estrenax said:
wow great!!
but i dont know if the fully transparent in the left menu seems good?
Click to expand...
Click to collapse
Looks fine IMO, I recently found out tickboxes are completely white when there are dark backgrounds because of the white theme accent combined with the white tick. So that's why Sony doesn't make white theme accents.
Nav Bar icon
Sorry Bro.
I need only nexus nav bar icons. I'm already xposed mod.
Everyon can help me please?
aum1080p said:
Sorry Bro.
I need only nexus nav bar icons. I'm already xposed mod.
Everyon can help me please?
Click to expand...
Click to collapse
Here you go > SystemUI.apk, make sure you backup your original SystemUI as this does not only includes nexus nav bar icons, it also includes KitKat flip settings icons if you are using Xperia Flip Settings
FateNozomi said:
Here you go > SystemUI.apk, make sure you backup your original SystemUI as this does not only includes nexus nav bar icons, it also includes KitKat flip settings icons if you are using Xperia Flip Settings
Click to expand...
Click to collapse
Very helpful bro thanks.
hi I installed the whole theme by pushing into system/app and also by trying to install as nomarl apk
but the flip settings still retain the old look - any solution? also I noticed some of the accents are Blue.. any plans to make it all white?
waterballoon said:
hi I installed the whole theme by pushing into system/app and also by trying to install as nomarl apk
but the flip settings still retain the old look - any solution? also I noticed some of the accents are Blue.. any plans to make it all white?
Click to expand...
Click to collapse
For flip settings, you need that SystemUI.apk, and the blue accents have to remain in apps like settings because I don't think white will make it look nice so no plans for it. Sorry =)
Can you make apk only for nav. bar? Thanx.
FateNozomi said:
For flip settings, you need that SystemUI.apk, and the blue accents have to remain in apps like settings because I don't think white will make it look nice so no plans for it. Sorry =)
Click to expand...
Click to collapse
understood. I'll install the systemUI.apk then... can you teach me how to change the colors if it's not too complicated? I prefer purple
waterballoon said:
understood. I'll install the systemUI.apk then... can you teach me how to change the colors if it's not too complicated? I prefer purple
Click to expand...
Click to collapse
read this, then to modify theme accent, you need to open /asset/com.sonyericsson.uxp.zip, decompile and go into the decompiled folder open /res/values/colors. Good luck, compare the colors with the stock purple accent by doing the same steps and check the color value, you can use photoshop to double check them. (It's not gonna be easy because if you use my theme as a base, you need to change some color of the switches and ticks.)
FateNozomi said:
read this, then to modify theme accent, you need to open /asset/com.sonyericsson.uxp.zip, decompile and go into the decompiled folder open /res/values/colors. Good luck, compare the colors with the stock purple accent by doing the same steps and check the color value, you can use photoshop to double check them. (It's not gonna be easy because if you use my theme as a base, you need to change some color of the switches and ticks.)
Click to expand...
Click to collapse
If you haven't already, I've got a patched services.jar in my thread, feel free to use. Also regarding conflicts, if you go into the smali folder of the base apk (with the wallpaper and icon) and get through to smali files, you can change the package name there by editing out craftsmanship, and putting what you want, changing the folder names to match.And in android manifest, you can change version number, so when you go to installed apps, it'll show what version is installed.
Example, in my theme folders go se/metallijim/brushed/blue, and that is what is in the smali files. Edit with notepad+
That'll definitely insure no conflicts.
Sent from Z Beast
Metallijim said:
If you haven't already, I've got a patched services.jar in my thread, feel free to use. Also regarding conflicts, if you go into the smali folder of the base apk (with the wallpaper and icon) and get through to smali files, you can change the package name there by editing out craftsmanship, and putting what you want, changing the folder names to match.And in android manifest, you can change version number, so when you go to installed apps, it'll show what version is installed.
That'll definitely insure no conflicts.
Sent from Z Beast
Click to expand...
Click to collapse
Awesome thanks for the tip, yeah I recompiled the services.jar already, and downloaded yours to compare, for some reason, mine is smaller lol but still works fine since that my original clean services.jar is already smaller than your modded one. And thanks for the versioning!, I didn't know how to do it because when I tried changing it, they said that craftmanship has defined it =/
FateNozomi said:
Awesome thanks for the tip, yeah I recompiled the services.jar already, and downloaded yours to compare, for some reason, mine is smaller lol but still works fine since that my original clean services.jar is already smaller than your modded one. And thanks for the versioning!, I didn't know how to do it because when I tried changing it, they said that craftmanship has defined it =/
Click to expand...
Click to collapse
Tbh, I haven't tried the versioning, just noticed it there.
Sent from Z Beast
Metallijim said:
Tbh, I haven't tried the versioning, just noticed it there.
Sent from Z Beast
Click to expand...
Click to collapse
I tried it long time ago, but not sure whether it's the right way to do it or nt but it fails =/
FateNozomi said:
I tried it long time ago, but not sure whether it's the right way to do it or nt but it fails =/
Click to expand...
Click to collapse
Humm....well I'm just doing some tweaking to my themes, I'll give it a shot and report. :good:
Metallijim said:
Humm....well I'm just doing some tweaking to my themes, I'll give it a shot and report. :good:
Click to expand...
Click to collapse
Awesome, waiting for some good news =)
Version Number
FateNozomi said:
Awesome, waiting for some good news =)
Click to expand...
Click to collapse
Good news!
In Android Manifest.xml in the main theme, before recompiling, just change android:versionName=1.0 to whatever version you want, then in settings, when installed it'll show the Version number! :victory:
If you want anymore help, just ask and I'll be glad to.

[Theme] NewOne

Hi !
I have made a new theme called "NewOne". I have customized many things in this theme. So, check it out
Features
Highly customized
Large collection of Icons
RobotoLCondensed Font
Green Battery Icon
And Coloured Icons In Settings Menu @Simona Simmy
Download Instructions
Just put NewOne.hwt file in HWThemes folder and select the theme in themes app.
Download
OLD Version: Download
New Version : Download
Changed notification background and wrong colours in settings menu.
Special Version:
In this version when you will change wallpaper of home screen....background of notification panel will also show a tint of homescreen wallpaper.
Link:Download
Thank you, @hannanzikrea!
Forgive me if I'm overlooking it (I haven't had coffee yet ), is there a download link?
geekaren said:
Thank you, @hannanzikrea!
Forgive me if I'm overlooking it (I haven't had coffee yet ), is there a download link?
Click to expand...
Click to collapse
Yeah I just forgot to upload theme file and screenshots of the theme because i was also busy in preparing for my biology test.....
Now i have uploaded both the theme file and screenshots.
Looks nice but in drop down menu could be original white bckgrownd? ? as I don't see icons quite
Edit ; I like it but is there chance that u can leave dialer(green) untouched with sms (green) and untouched notif. menu (white) untouched ?
Thank you
Simona Simmy said:
Looks nice but in drop down menu could be original white bckgrownd? ? as I don't see icons quite
Edit ; I like it but is there chance that u can leave dialer(green) untouched with sms (green) and untouched notif. menu (white) untouched ?
Thank you
Click to expand...
Click to collapse
The icons are whitish and they disappear in white background.
Actually when you touch the icon to turn on a specific feature...it becomes more bright and more visible. I have kept the text of toggles bright white so they are always more visible and comfortable to look.
But I will thibk what should I do to make toggle icons more viewable.
Sent From My Mate7...
hannanzikrea said:
The icons are whitish and they disappear in white background.
Actually when you touch the icon to turn on a specific feature...it becomes more bright and more visible. I have kept the text of toggles bright white so they are always more visible and comfortable to look.
But I will thibk what should I do to make toggle icons more viewable.
Sent From My Mate7...
Click to expand...
Click to collapse
Yeah i know but those disabled are hidden ..
Can you try put this as bcground see how it will looks like ?
[IMG[/IMG]
Simona Simmy said:
Yeah i know but those disabled are hidden ..
Can you try put this as bcground see how it will looks like ?
Click to expand...
Click to collapse
I have blended both wallpapers ( previous one and yours ) and result is ....
I have blended them so as too keep background relative to theme.
hannanzikrea said:
I have blended both wallpapers ( previous one and yours ) and result is ....
I have blended them so as too keep background relative to theme.
Click to expand...
Click to collapse
Niice betteer
So u updated download ?
Edit :
Is it poss. to change signal bars for thicker ones like here below ? I think they were in 2.3
[URL=http://s1295.photobucket.com/user/Ethos-Evoss/
Simona Simmy said:
Niice betteer
So u updated download ?
Edit :
Is it poss. to change signal bars for thicker ones like here below ? I think they were in 2.3
Click to expand...
Click to collapse
I will update the link tomorrow.
For thicker signal bars I think I require systemui.apk from emui2.3. Then I can change them in the upcoming weekend.
Edit
Updated the theme..
Sent From My Mate7...
Very nice work. Could you change names in the description.xml yet? so you can have the different themes in the folder and not just one. Thank You.
Got it thnx
But I still preffer have dialer untouched and sms too as I like green color
Please if you could do that for me ?
Or if you could just add coloured settings icons
Thank you
Fooox1 said:
Very nice work. Could you change names in the description.xml yet? so you can have the different themes in the folder and not just one. Thank You.
Click to expand...
Click to collapse
You mean I should change name of updated version to like "NewOne v2"
in description.xml ?
Simona Simmy said:
Got it thnx
But I still preffer have dialer untouched and sms too as I like green color
Please if you could do that for me ?
Or if you could just add coloured settings icons
Thank you
Click to expand...
Click to collapse
For only coloured icons of settings.
Link: https://www.dropbox.com/s/g3yoo95r2cxkqtf/Settings Icons.hwt?dl=0
Sent From My Mate7...
hannanzikrea said:
You mean I should change name of updated version to like "NewOne v2"
in description.xml ?
For only coloured icons of settings.
Link: https://www.dropbox.com/s/g3yoo95r2cxkqtf/Settings Icons.hwt?dl=0
Sent From My Mate7...
Click to expand...
Click to collapse
Very thank you !
hannanzikrea said:
You mean I should change name of updated version to like "NewOne v2"
in description.xml ?
Click to expand...
Click to collapse
Yes, we can have all the folder and choose.
Very nice theme.
Will try soon.
Edit: download links not working plz fix
Thnx.
Guys it possible to make apps text bigger ? even when I make fonts bigger in settings app icon labeling won't get bigger ..
Added special version. To check see 1st post.
Sent From My Mate7...

[CM12/13 theme] [open source] Blue Minimal [Discontinued]

Since I don't have the time too support this project. At the moment I will not longer support or update this project.
Hi,
this is my first CM12 theme. I just picked up several resources, which itsself are open source and changed and added a few things (Icons, Bootscreen, Ringtone, ...). For more informations see "license" below. I just want to share my theme because I love the idea of open source and the possibility to help each other. I learnd a lot in this forum about android. I think this is a good way to give something back to the community. Use it to create your own.
Greetings from germany
scoute-dich
What is themed?
settings
system ui
calculator
wallpaper/lockscreen
sounds (ringtone, notification, alarm)
icons
Bootanimation
...
Extra features:
wallpaper chooser
icon request feature from numix (see license)
Screenshots: second post
Apk: third post
Projectsite (github):
https://github.com/scoute-dich/Baumann_Theme
Download sourcecode/APK
Watch changelog
see license
see screenshots
Screenshots
Here are same screenshots.
Apk direct download
Here you can download the apk-files directly.
Changelog:
v3.5
- added a wallapper (thanks to my daughter)
v3.4
- added new wallpaers
- reworked some icons
- added icons: AOSP default apps and again from Issue #1: Icon Request
I'm using some icons for serveral apps. So if some apps are using the same icons, just report it here or on the xda threat.
v3.3
- added a lot off new apps mainly from Issue #1: Icon Request and a request on xda-threat
v3.2
- added wallpaers
- added icons
- changed app theme
- new main layout
- new layout for request activity
I've got a question and a few icon requests:
So, is this theme only for FLOSS apps (like TwelF) or also for proprietary apps (like WhatsApp, ES Data Explorer ....)?
Second here is the zip, generated by your app
Greetings from Germany
Icon request
Theme icon
I have a question.
If i generate an icon-zip request. Will that be anwerd somhowe bij a special theme ad-on for my request.
How does this work,
Koen
@scoute-dich can we used this template to create paid themes
thanks
AJDA said:
@scoute-dich can we used this template to create paid themes
thanks
Click to expand...
Click to collapse
It's ok, if you mention my source in your about, license or whatever dialog. That's the sense of the gpl license. Feel free to use. It would be nice, of you let me know about your theme, when it's released.
mynameisLion said:
I've got a question and a few icon requests:
So, is this theme only for FLOSS apps (like TwelF) or also for proprietary apps (like WhatsApp, ES Data Explorer ....)?
Second here is the zip, generated by your app
Greetings from Germany
Click to expand...
Click to collapse
beli3ver said:
Icon request
Click to expand...
Click to collapse
Hi,
I'm glad that you use my theme. I don't have much time at the moment, but I will looking at your request when I have the time and if you are using my theme also in future. Normally I only make icons only for apps I use. Let me know what you think.
Regards
Scoute-dich
New release
I've added the actual icon requests.
Really good :good:
But it seems like the icon for com.cyanogenmod.eleven seems somehow plain (auf deutsch: sieht irgendwie "unpassend" aus?)? Compared with the Material Player Icon. It could also be my taste.
and
color change
@Baumann You made a good theme, I like it, but I don't like the colors (everybody has other color-preferences). If you don't mind, I would use your theme as a template and try to change colors. Don't know if would have success, because I never themed and don't have coding skills.
I would like to use the following colors:
<!-- Palette - materialpalette /teal/amber -->
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="primary">#00695c</color>
<color name="primary_dark">#004d40</color>
<color name="primary_light">#4db6ac</color>
<color name="accent">#ffab00</color>
<color name="primary_text">#212121</color>
<color name="secondary_text">#727272</color>
<color name="icons">#FFFFFF</color>
<color name="divider">#B6B6B6</color>
</resources>
mynameisLion said:
Really good :good:
But it seems like the icon for com.cyanogenmod.eleven seems somehow plain (auf deutsch: sieht irgendwie "unpassend" aus?)? Compared with the Material Player Icon. It could also be my taste.
? and and ?
Click to expand...
Click to collapse
Can you explain me, what you mean with "plain"... the colors, the icons or what? I don't use both of the apps. So I don't know how they look. I plan to release an update in the next days, so if you tell me what I should change, I can perhaps include it. I think also it's ok, when you answer in German...
paulle said:
@Baumann You made a good theme, I like it, but I don't like the colors (everybody has other color-preferences). If you don't mind, I would use your theme as a template and try to change colors. Don't know if would have success, because I never themed and don't have coding skills.
I would like to use the following colors:
<!-- Palette - materialpalette /teal/amber -->
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="primary">#00695c</color>
<color name="primary_dark">#004d40</color>
<color name="primary_light">#4db6ac</color>
<color name="accent">#ffab00</color>
<color name="primary_text">#212121</color>
<color name="secondary_text">#727272</color>
<color name="icons">#FFFFFF</color>
<color name="divider">#B6B6B6</color>
</resources>
Click to expand...
Click to collapse
Of course you can use my theme as template. But it would be nice of you mention me and my theme in your license, source or whatever, if you release it.
Greetings from Germany
Scoute-dich
Possible to create a fully dark material version?
kamikaze702k said:
Possible to create a fully dark material version?
Click to expand...
Click to collapse
Of course that's possible. There are many dark themes. But I don't have the time or the abilities to do. I tried it but I didn't get the notifications dark. But if anybody has the abilities and wants: my theme is open source, so grab the code and make it.
Greetings
Gaukler Faun
Thank you very much for the great theme!
Could you please add icons for the following apps:
com_android_fmradio_com_android_fmradio_FmMainActivity.png
com_nextcloud_client_com_owncloud_android_ui_activity_FileDisplayActivity.png
org_galexander_sshd_org_galexander_sshd_SimpleSSHD.png
org_gnu_icecat_org_gnu_icecat_App.png
For Nextcloud, you could just use the owncloud icon.
Best regards,
Thomas
thomas31415 said:
Thank you very much for the great theme!
Could you please add icons for the following apps:
com_android_fmradio_com_android_fmradio_FmMainActivity.png
com_nextcloud_client_com_owncloud_android_ui_activity_FileDisplayActivity.png
org_galexander_sshd_org_galexander_sshd_SimpleSSHD.png
org_gnu_icecat_org_gnu_icecat_App.png
For Nextcloud, you could just use the owncloud icon.
Best regards,
Thomas
Click to expand...
Click to collapse
Hi,
to make the icons you should open the "Blue Minimal" app and open the right trap. There you can make make a zip-file. Please post this file here. Without these informations I can't do anything.
Regards
Gaukler Faun
Gaukler_Faun said:
Hi,
to make the icons you should open the "Blue Minimal" app and open the right trap. There you can make make a zip-file. Please post this file here. Without these informations I can't do anything.
Regards
Gaukler Faun
Click to expand...
Click to collapse
Dear Gaukler Faun,
thanks for your reply! Unfortunately, I can not attach files to my my posts - perhaps as I am a new member.
Hence, I tried to send you an external link - which is also forbidden for new members...
The last possibility for me was to unzip the file and list the contents (thats what I did in my previous post)...
Best regards,
Thomas
thomas31415 said:
Dear Gaukler Faun,
thanks for your reply! Unfortunately, I can not attach files to my my posts - perhaps as I am a new member.
Hence, I tried to send you an external link - which is also forbidden for new members...
The last possibility for me was to unzip the file and list the contents (thats what I did in my previous post)...
Best regards,
Thomas
Click to expand...
Click to collapse
Then post the content of the xml file. There the important information is stored...
Regards
Gaukler Faun
Gaukler_Faun said:
Then post the content of the xml file. There the important information is stored...
Regards
Gaukler Faun
Click to expand...
Click to collapse
Dear Gaukler Faun,
sorry for the inconvenience! This is the xml-file:
Code:
<!-- IceCatMobile -->
<item component="ComponentInfo{org.gnu.icecat/org.gnu.icecat.App}" drawable="org_gnu_icecat_org_gnu_icecat_App"/>
<!-- Nextcloud -->
<item component="ComponentInfo{com.nextcloud.client/com.owncloud.android.ui.activity.FileDisplayActivity}" drawable="com_nextcloud_client_com_owncloud_android_ui_activity_FileDisplayActivity"/>
<!-- SimpleSSHD -->
<item component="ComponentInfo{org.galexander.sshd/org.galexander.sshd.SimpleSSHD}" drawable="org_galexander_sshd_org_galexander_sshd_SimpleSSHD"/>
<!-- UKW-Radio -->
<item component="ComponentInfo{com.android.fmradio/com.android.fmradio.FmMainActivity}" drawable="com_android_fmradio_com_android_fmradio_FmMainActivity"/>
Thanks and best regards,
Thomas

Categories

Resources