[Q]can someone find a specific icon set? - HTC Rezound

I'm into the minimalistic icons,basically just simple words with transparent background. I'm trying to find a set that's purely ics blue with the transparency. hard to hunt this down. there's probably a max of 20 icons for apps in my docks.
edit: nevermind on this. I found the simple text app on market that creates anything I need. highly recommended app for themers

dyetheskin said:
I'm into the minimalistic icons,basically just simple words with transparent background. I'm trying to find a set that's purely ics blue with the transparency. hard to hunt this down. there's probably a max of 20 icons for apps in my docks.
edit: nevermind on this. I found the simple text app on market that creates anything I need. highly recommended app for themers
Click to expand...
Click to collapse
Just in case people don't get it. The App is called "Simple Text"

Related

[REQ] All black based apps

I am now using the awesome all black mod and was wondering how hard would it be to "all black" the gmail and gtalk apps to match. Black background and white/grey text perhaps. I would think in my case this would save a lot on battery as well as I check email frequently.
I would love this as well though I am just a user, not a programmer or the like. However I don't think this would be too hard. It could be as simple as implementing maybe a high contrast which pretty much almost flips the colors. No idea though
If their layouts, styles, etc are defined in accessible XML files it could probably be done.
yeah add me! this would be an awesome mod. can totally see 2+ days with something like this.
Anyone able to actually do this I poked around some and was unable to make it work.
I'll take a look...
That would be awesome. If you would be willling to share your findings that would be icing on the cake as I would love to learn how to do this myself.I tired to change the background colors by changing color values in the chat_view.xml but that seemed to have no effect. I am sure its just a matter of changing color values in a few key xml files but just dont know where to look.
Thanks again
Check out the thread called "tiles by ardchoille" in the section I think it may be what your looking for
Sent from my SGH-T959 using XDA App
Wykedx said:
Check out the thread called "tiles by ardchoille" in the section I think it may be what your looking for
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
Thanks for the link but no that is not what I am looking for. What I want is for the background screen inside the apps to be black background with white text. The default for gmail and gtalk is a white background with black text on it.
adm1jtg said:
Thanks for the link but no that is not what I am looking for. What I want is for the background screen inside the apps to be black background with white text. The default for gmail and gtalk is a white background with black text on it.
Click to expand...
Click to collapse
Almost positive framework for google apps (gapps) is closed source and not to be modded or distributed. that is why CM got the cease and desist letter.
You could create a metamorph to do this but it would take quite a lot of hunting to find all the .xml files needed, as well as all the .png's used. The easy part would be editing the basic framework files. Editing all the apps you've installed is a whole new story.
Snoop around in framework.res and twframework.res if you like. That's what the AllBlack mm changes.
FYI, Cyanogen got a C&D for the _distribution_ of Google apps. I strongly doubt Google would care if you change the graphics of gapps for yourself, so long as you're not making the apps themselves available for download.
Bump (Throws up a shield to avoid tomatoes)
Any new way to accomplish this?
nakagusukumike said:
Bump (Throws up a shield to avoid tomatoes)
Any new way to accomplish this?
Click to expand...
Click to collapse
Same here. I would love to get a blacked out Gmail.
I had found one on a droid x forum recently. Someone has done it.
Scarinzi said:
Same here. I would love to get a blacked out Gmail.
I had found one on a droid x forum recently. Someone has done it.
Click to expand...
Click to collapse
Hi,
Blacking out apps is a royal pain to do it right. I've been working on this for my newest (still unreleased) honeycomb theme, and its slow, and tedious. I can spend hours changing one color value, or one line of code, re-compiling, push to phone, test, only for it to not work properly, and then I have to undo the change, and start over.
https://picasaweb.google.com/113127051130934911253/HoneycombTheme?feat=directlink
Gmail for instance, uses XML layouts, colors coded into the java directly, and then custom CSS for the message view.
I've been tweaking and debugging for days, and still can't override enough of the font colors to black out the message view to a level I'm happy with.
Anyway, I've done gmail, gtalk, googlevoice (well, like 90%, can't blackout the setup process properly no matter how I try) AOSP 2.2 calendar (I hate touchwiz) CM6/AOSP Mms (just touchups), google quick-search-box, twitter 2.0.1, android market, and the ABSOLUTE worst of them all, google maps (only like 85-90%, I can't decompile the resources, so some parts will never be inverted properly.) And then there were also tweaks to Contacts, Browser, Beautiful widgets, Voodoo control app, and the frameworks themselves.
And I still need to blackout facebook, google reader, google books, and a few more.
I had planned on releasing eventually, but in order to blackout maps, the framework-res.apk has to invert every call for a "light" theme to "black" instead, so it WILL break other apps that use custom display styles, but rely on default android text colors (or vice-versa.) And of course, if anyone starts asking for a release-date, I'll likely just abandon it entirely. This was all done for my own personal enjoyment and use, not anyone else's.
Blah, sorry for sounding *****y, I'm tired of people causing drama in the android world, its supposed to be FUN, not high-school.
Cheers, =)
s0niqu3 said:
Hi,
Blacking out apps is a royal pain to do it right. I've been working on this for my newest (still unreleased) honeycomb theme, and its slow, and tedious. I can spend hours changing one color value, or one line of code, re-compiling, push to phone, test, only for it to not work properly, and then I have to undo the change, and start over.
https://picasaweb.google.com/113127051130934911253/HoneycombTheme?feat=directlink
Gmail for instance, uses XML layouts, colors coded into the java directly, and then custom CSS for the message view.
I've been tweaking and debugging for days, and still can't override enough of the font colors to black out the message view to a level I'm happy with.
Anyway, I've done gmail, gtalk, googlevoice (well, like 90%, can't blackout the setup process properly no matter how I try) AOSP 2.2 calendar (I hate touchwiz) CM6/AOSP Mms (just touchups), google quick-search-box, twitter 2.0.1, android market, and the ABSOLUTE worst of them all, google maps (only like 85-90%, I can't decompile the resources, so some parts will never be inverted properly.) And then there were also tweaks to Contacts, Browser, Beautiful widgets, Voodoo control app, and the frameworks themselves.
And I still need to blackout facebook, google reader, google books, and a few more.
I had planned on releasing eventually, but in order to blackout maps, the framework-res.apk has to invert every call for a "light" theme to "black" instead, so it WILL break other apps that use custom display styles, but rely on default android text colors (or vice-versa.) And of course, if anyone starts asking for a release-date, I'll likely just abandon it entirely. This was all done for my own personal enjoyment and use, not anyone else's.
Blah, sorry for sounding *****y, I'm tired of people causing drama in the android world, its supposed to be FUN, not high-school.
Cheers, =)
Click to expand...
Click to collapse
I don't blame you at all.
If you decide to make this available to everybody, it will be awesome. Good work.
I couldn't find it on XDA but a quick Google search found one on a droid x forum in zip form.
I flashed it with CWM and it worked.
Not as nice looking throughout as s0niqu3's but looks alot better than the regular version.
http://www.droidforums.net/forum/blacked-out/128296-release-gmail-2-3-4-1-blacked-out.html

Theme "Manage Applications"

What is this app called? I can't find it. I got settings.apk inverted but when I click on manage applications, its not inverted so it must be a different app.
no one knows? Im going to have to start decompiling apps 1 by 1 til i find it? lol
I Doubt Anyone Can Help With A Vague Question. I See Manage Applications, Theme, And Inverted. Can You Give More Information About What Your Seeking?
I am using the Droid X2 running Eclipse 2.2. I have themed the settings.apk file. All is well except when I click on "Manage Applications" from inside settings. This tells me that Manage Applications is a separate app than settings. It just shows up in the settings menu. Much like Angry Birds would show up in the App Drawer even though its not part of appdrawer.apk.. or whatever its called.
I am trying to find the file in system/app that controls "Manage Applications".
That there is about as specific as I can get.
Xkape, where did your inverted theme go? Since our recovery requires ac power I didnt want to chance an outage with Irene doing her thing.
I love dark themes and the inverted theme looked awesome. Hopefully you pulled it to tweak something, unless I am completely blind and I'm just missing it.
jeremy, i never posted it here. I did at Droidforums and at rootzwiki. But, now I am updating it to 0.4 since that came out today. Eclipse I mean.
I will post it here but I am waiting on something that hasn't happened yet. When it does, I'll post it.
I know what you want!!! I know what you want!!!!! You want to theme the application manager from the settings menu!!!! Settings>>Applications>>Manage Applications right???!!!
you are RIGHT my friend!!! I see the xmls in the settings.apk but I dont see where there is anything to edit. I assumed it was another app but now I just think I am overlooking something.
Unfortunately I just figured out what you are talking about but know way too little about how to do what you want.... Sorry...
Bump...anyone figure this out yet? Im trying to change text colors in manage applications on eclipse .2.2 because its white text on white BG
Yeah I got it figured out. I didn't see the code in the xmls so.. I just made my own. Works fine. you need to add android:textColor="#ff000000" if you want the text black. Stick any code you want in there though.
What xml's did you use to change the text color for the app name? I have look over manage_applications and manage_applications_item and found nothing. In manage_applications you can change the text color from black to white but that is only for Application Storage and Internal Storage located at the bottom. In the running section everything turn out perfect but not in the downloaded, all and media area have black text.

[Q] Possible Request?

I'm a complete novice when it comes to programming for this kind of thing. Actually, novice doesn't begin to describe So I have a request, but I'm not sure how possible it is, or if it's done and I just haven't figured it out. I *love* Themer, and I like have the freedom to change things up without all the extra crap that other launchers have. My issue is that I tend to change themes every week or so, but then I have to turn around and modify each one to get it just right. Is there a way to transfer mods from theme to theme?
biblioholicbeth said:
I'm a complete novice when it comes to programming for this kind of thing. Actually, novice doesn't begin to describe So I have a request, but I'm not sure how possible it is, or if it's done and I just haven't figured it out. I *love* Themer, and I like have the freedom to change things up without all the extra crap that other launchers have. My issue is that I tend to change themes every week or so, but then I have to turn around and modify each one to get it just right. Is there a way to transfer mods from theme to theme?
Click to expand...
Click to collapse
What sort of mods you talking. As depending on what you want add.
You could use themer zooper as that will save a template to your sd card that you can add to as many themes as you like
All the best
Moley
Sent from my RAZR I screen to your screen using a strange thing known as the world wide web
biblioholicbeth said:
I'm a complete novice when it comes to programming for this kind of thing. Actually, novice doesn't begin to describe So I have a request, but I'm not sure how possible it is, or if it's done and I just haven't figured it out. I *love* Themer, and I like have the freedom to change things up without all the extra crap that other launchers have. My issue is that I tend to change themes every week or so, but then I have to turn around and modify each one to get it just right. Is there a way to transfer mods from theme to theme?
Click to expand...
Click to collapse
You can't save Everything Widgets from theme to theme, but as Moley said you can save the Zooper Widget configurations.
If you hold down on the homescreen - Advanced - Unlock Widgets, then hold down on the widget - Configure.
If it's a Zooper Widget, you can do as many customization tweaks as you want, and once you're happy (via Layout) - select the save icon at the top.
Now when you want to add this saved template, add a Zooper Widget - Resize it - tap to open it's options - SD Card - your saved template
where can I download it from their is no link?
aluts123 said:
where can I download it from their is no link?
Click to expand...
Click to collapse
What are you trying to download? You can download Themer here: bit.ly/ThemerPlayStore

[Q] What is the theme builder application?

How does a person create a theme and then use it? I'd like to have very specific things on my theme but other than adding to an existing theme, i can't seem to take away from an existing theme, how do I create a new one from scratch?
I know they say watch the vid but if you are like me you need to see it in writing,it makes more sense to me that way.Anyway the easiest way is to grab a theme and change it around/edit,get a feel for the program then create your own by changing wallpapers,icons,weather etc.A lot of themes now won't let you edit them I have found,however download any of mine and edit away they are all editable,as are a few more posted here but names don't spring to mind,none in my opinion are any better or worse than each other they just have their own little attributes that makes them unique in their own way.So go on and play around m8,it will be fun.
alldroid said:
I know they say watch the vid but if you are like me you need to see it in writing,it makes more sense to me that way.Anyway the easiest way is to grab a theme and change it around/edit,get a feel for the program then create your own by changing wallpapers,icons,weather etc.A lot of themes now won't let you edit them I have found,however download any of mine and edit away they are all editable,as are a few more posted here but names don't spring to mind,none in my opinion are any better or worse than each other they just have their own little attributes that makes them unique in their own way.So go on and play around m8,it will be fun.
Click to expand...
Click to collapse
Thanks, I cannot stand those youtube videos that "show" you how to do things. I find them tedious and unusable. I'd rather just get some instructions, an application and let me do it. Yet, so many seem to post "youtube instructions" i write this stuff for a living and have never found a video more useful than written instructions. However, that's my bias.
I'll go check out some of yours.
I agree with your assessment that NONE of the themes I've downloaded have been editable. I don't want to ADD more widgets and icons to a theme. I just want to start with a blank canvas and let me do it.
Yet, if all these themes exist, HOW were they created? I'm really not going to watch a youtube video. There has to be a building application somewhere. Not re-engineer something already there.
One question, when you say "download mine" where do I find yours. None of the ones I've seen through the application say who created them.
mine and others are in the screenshots and themes forum beneath the general discussion.I agree fully with the video and much prefer to read it as I find it more followable,but again I suppose that is my bias too.You can start almost fresh,grab a theme as posted earlier,then delete everything,if the theme uses everything widget this is simple to do,just press screen and choose remove,then change the wallpaper by selecting your own then simply add you own widgets etc via the inbuilt everything widget (although this isn't as stable as it could be) or download widgets from playstore etc then add them,hope this helps apologies if I seem to waffle on.
alldroid said:
mine and others are in the screenshots and themes forum beneath the general discussion.I agree fully with the video and much prefer to read it as I find it more followable,but again I suppose that is my bias too.You can start almost fresh,grab a theme as posted earlier,then delete everything,if the theme uses everything widget this is simple to do,just press screen and choose remove,then change the wallpaper by selecting your own then simply add you own widgets etc via the inbuilt everything widget (although this isn't as stable as it could be) or download widgets from playstore etc then add them,hope this helps apologies if I seem to waffle on.
Click to expand...
Click to collapse
Got it, will go over there and check them out.
sanjsrik said:
Got it, will go over there and check them out.
Click to expand...
Click to collapse
Hi sanjsrik,
I'm the one who made the YouTube tutorial videos, so I apologize if they weren't that informative. Those were created in the beginning just to give people a basic understanding of what Themer was about.
Alldroid is correct in saying that starting with a fresh blank theme is the best, then just seeing what works and what doesn't. My advice would be learn more about Zooper Widget, as a lot of the newer themes use it, and it's brilliant. That's all Themer is essentially, a wallpaper, some widgets, and maybe some icons if you're feeling brave. We do recommend making the grid size quite large, in order to make the widget resizing easier. you might also notice that the new themes include incredibly detailed icons, these are in fact Zooper fonts, so as mentioned play around with the Zooper widgets found in the new themes.
If you need help/ideas feel free to ask, I'm always here to help!
- Marco
It isn't that the video isn't informative,it probably is but some people including myself prefer to read it via a text file or maybe a pdf file
alldroid said:
It isn't that the video isn't informative,it probably is but some people including myself prefer to read it via a text file or maybe a pdf file
Click to expand...
Click to collapse
Would you like us to create in-depth text tutorials on our site?
ThemerSupport said:
Would you like us to create in-depth text tutorials on our site?
Click to expand...
Click to collapse
Marco,
I would definitely go for it... though I am more of a "hands on" student and for learning I need to hear the stuff (that's how I learned all the stuff during college - my wife reading the material and me laying down and just listening - damn, she was so furious when I got the same grades as she did... ;o]]]), the text might help you gain more audience among those "give-me-a-manual-and-shut-up" types.
You have created a superb product for the tinkerers so a step further in the direction of a superb customer/user support would be a definitive nod in the right direction.
I personally would like more short video tutorials on specific features, how they work, what is their purpose and the mechanics (Yeah, you guessed it, I am not that familiar with design and graphics;o]) and maybe a tut on the 'codes' for custom formats of zooper widget.
well and maybe few more videos with theme designers like the one you guys did with GeriArts would also be inspiring... ;o]]]
another definate yes here too thanks,would make it a more better product in my opinion.
ThemerSupport said:
Hi sanjsrik,
I'm the one who made the YouTube tutorial videos, so I apologize if they weren't that informative. Those were created in the beginning just to give people a basic understanding of what Themer was about.
Alldroid is correct in saying that starting with a fresh blank theme is the best, then just seeing what works and what doesn't. My advice would be learn more about Zooper Widget, as a lot of the newer themes use it, and it's brilliant. That's all Themer is essentially, a wallpaper, some widgets, and maybe some icons if you're feeling brave. We do recommend making the grid size quite large, in order to make the widget resizing easier. you might also notice that the new themes include incredibly detailed icons, these are in fact Zooper fonts, so as mentioned play around with the Zooper widgets found in the new themes.
If you need help/ideas feel free to ask, I'm always here to help!
- Marco
Click to expand...
Click to collapse
I promise I am NOT complaining. I promise I am NOT criticizing. I am just asking the question, WHAT is Themer?
from everything I understand, it's not a true "application", it's a wallpaper that then people can add widgets that "do" things.
if this is the case, HOW are these widgets "locked" where they can't be changed in a lot of the wallpapers I've downloaded.
THAT is my only question.
Oh, and how come there's not a "builder" application for Themer?
sanjsrik said:
I promise I am NOT complaining. I promise I am NOT criticizing. I am just asking the question, WHAT is Themer?
from everything I understand, it's not a true "application", it's a wallpaper that then people can add widgets that "do" things.
if this is the case, HOW are these widgets "locked" where they can't be changed in a lot of the wallpapers I've downloaded.
THAT is my only question.
Oh, and how come there's not a "builder" application for Themer?
Click to expand...
Click to collapse
No worries we weren't offended by your comments, we're just trying to make everyone's theming experience as easy possible.
Themer is a launcher. Just like TouchWiz, Nova, Apex, ssLauncher, etc. It's a link between the hardware and software, you could think of it as the body/shell of a car. The car can have a different shell, and with Themer, it's shell can be customized in seconds.
Calling it a wallpaper with widgets doesn't really do it justice, as a launcher incorporates your app drawer as well, and maybe some more features arriving soon.
One thing to remember is that Themer, once stripped to its core, it a launcher, just like the rest. By that we mean you're able to edit/add/remove widgets, change wallpapers, change the icons (icon pack support arriving soon), etc. To unlock widgets, hold down on the homescreen - Advanced - Unlock Widgets. Repeat the process to lock them, or alternatively you can go into the main Themer settings - Advanced - Desktop - enable Lock Desktop Widgets.
Whenever the widgets/icons are unlocked, this can be called the "builder" mode, as you can add/remove/edit widgets and icons.
Hope this helps!
sanjsrik said:
I promise I am NOT complaining. I promise I am NOT criticizing. I am just asking the question, WHAT is Themer?
from everything I understand, it's not a true "application", it's a wallpaper that then people can add widgets that "do" things.
if this is the case, HOW are these widgets "locked" where they can't be changed in a lot of the wallpapers I've downloaded.
THAT is my only question.
Oh, and how come there's not a "builder" application for Themer?
Click to expand...
Click to collapse
I am always critizising m8 it's what makes it a better program,constructive critisizm always helps,your post didn't seem offensive to me m8
ThemerSupport said:
No worries we weren't offended by your comments, we're just trying to make everyone's theming experience as easy possible.
Themer is a launcher. Just like TouchWiz, Nova, Apex, ssLauncher, etc. It's a link between the hardware and software, you could think of it as the body/shell of a car. The car can have a different shell, and with Themer, it's shell can be customized in seconds.
Calling it a wallpaper with widgets doesn't really do it justice, as a launcher incorporates your app drawer as well, and maybe some more features arriving soon.
One thing to remember is that Themer, once stripped to its core, it a launcher, just like the rest. By that we mean you're able to edit/add/remove widgets, change wallpapers, change the icons (icon pack support arriving soon), etc. To unlock widgets, hold down on the homescreen - Advanced - Unlock Widgets. Repeat the process to lock them, or alternatively you can go into the main Themer settings - Advanced - Desktop - enable Lock Desktop Widgets.
Whenever the widgets/icons are unlocked, this can be called the "builder" mode, as you can add/remove/edit widgets and icons.
Hope this helps!
Click to expand...
Click to collapse
Thank you for the constructive email.
I think the biggest confusion anyone has with your "application" is that it doesn't seem like an application. It really does sound like a wallpaper with widgets. For example:
* Is there the ability to add groups for grouping together like kinds of applications?
* Can I add my own icons for applications?
Think GoLauncher or some other such "launcher" application that exists.
sanjsrik said:
Thank you for the constructive email.
I think the biggest confusion anyone has with your "application" is that it doesn't seem like an application. It really does sound like a wallpaper with widgets. For example:
* Is there the ability to add groups for grouping together like kinds of applications?
* Can I add my own icons for applications?
Think GoLauncher or some other such "launcher" application that exists.
Click to expand...
Click to collapse
1. With Themer, you can add in Smart Category folders. For example the Games Category, when you install a new game, it will show up in this category and then whichever theme has a games folder, this new game will automatically appear. This saves a lot of time, but you can also manually add in your own categories or manually add in your own apps to a category.
2. Icon pack support is still limited. If you have icons on the homescreen, these can be edited manually. Some icon packs are supported, but you can also set them to other images in your gallery.
ThemerSupport said:
Would you like us to create in-depth text tutorials on our site?
Click to expand...
Click to collapse
YES! I watched many of the videos and I'm still very much confused. I have specific ideas for what I want, and although I can figure some things out on my own by trial and error, reinventing the wheel is both time-intensive and tiresome.
Also, I am glad to hear that icon pack support is on the list. Although my plans include heavy use off the app drawer, I'd like to have the icons in there be pleasing to my eye as well as the ones on my home screen.
It's a great product, one that I've already suggested to several friends. I just am more demanding than the "average bear".
Sent from my HTC One using xda app-developers app
j3nn said:
YES! I watched many of the videos and I'm still very much confused. I have specific ideas for what I want, and although I can figure some things out on my own by trial and error, reinventing the wheel is both time-intensive and tiresome.
Also, I am glad to hear that icon pack support is on the list. Although my plans include heavy use off the app drawer, I'd like to have the icons in there be pleasing to my eye as well as the ones on my home screen.
It's a great product, one that I've already suggested to several friends. I just am more demanding than the "average bear".
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
Great to hear! Stay tuned for text-tutorials!
Hi.
I would like to have as well an written tutorial. Seems very interesting. I start now to play around with the themer myself from downloading a theme then deleting all a add my stuff.
Can i use all icon packs ? what format they have to be ?
störte said:
Hi.
I would like to have as well an written tutorial. Seems very interesting. I start now to play around with the themer myself from downloading a theme then deleting all a add my stuff.
Can i use all icon packs ? what format they have to be ?
Click to expand...
Click to collapse
most icon packs by default don't work with themer,but there is a way round this although you will need to manually change the icons you want to use.
Download apk extractor from Playstore
download the icon packs you want to your device
using apk extractor extract the apk of the icon pack you downloaded,this file will be stored on your device main storage in the apk extrat folder.
Attach your device to your laptop etc,then drag the extracted apk icon pack to it
rename the icon.apk and change the apk extension to zip
open with your favourite zip program
then simply extract the icon file images
this thread helped a lot

[Q] Restoring/Reusing Icons From Theme

I've been tweaking my phone's theme and i'm absolutely stumped on this.
I'm using the "Twilight" theme as a starting point. While messing around and adjusting settings, I deleted one of the dock shortcuts. Only problem is, I can't restore it. I can make a new shortcut to the app I want, but the icons for the theme are nowhere to be found. So now I have these really nice icons and one giant ugly icon that doesn't match, with no way to replace it with the icons from the theme itself.
Is there a way to fix this? I don't want to reload the theme because that's just avoiding the problem.
Nosjojo said:
I've been tweaking my phone's theme and i'm absolutely stumped on this.
I'm using the "Twilight" theme as a starting point. While messing around and adjusting settings, I deleted one of the dock shortcuts. Only problem is, I can't restore it. I can make a new shortcut to the app I want, but the icons for the theme are nowhere to be found. So now I have these really nice icons and one giant ugly icon that doesn't match, with no way to replace it with the icons from the theme itself.
Is there a way to fix this? I don't want to reload the theme because that's just avoiding the problem.
Click to expand...
Click to collapse
Hi,
Sorry for the late reply. Unfortunately the icons aren't stored on the device in a neat and easy to use way. I'll try contact the designer today and see if he still has the icons. Else the only way would be to restore the theme. Saving a theme after every big change also helps in case you lose an icon/widget.
ThemerSupport said:
Hi,
Sorry for the late reply. Unfortunately the icons aren't stored on the device in a neat and easy to use way. I'll try contact the designer today and see if he still has the icons. Else the only way would be to restore the theme. Saving a theme after every big change also helps in case you lose an icon/widget.
Click to expand...
Click to collapse
Thanks. It's alright if you can't get the icons. I like the theme, and I might make my own icons for the apps that aren't included, so worst case I just need to add a few more.

Categories

Resources