[THEME] The Ultimate Android Themeing Guide - Updated 4/26 - Nexus One Themes and Apps

No longer will be posted here due to XDA finding it acceptable to harass someone for saying "Jesus Christ is my Lord and Savior" but allowing their mods and xda tv hosts to be racist and post slurs (@ashasaur and @azrienoch). I wish for XDA to delete all of my threads and posts.

Amazing. HUUUUUGE read-through coming later! Thanks

Brilliant. Been hoping for something like this so I could try my hand at Theming

jairomeo's you are my heroo. great write up. easy to following. lovin it. finally half of android makes sense to me. lol
MODs please sticky this. please please. I've been looking for all of this info for weeks now.
Thanks

Thanks, manup and sirmez and a few others are going to be looking at it to add to it, I've just been to busy with my designs at work that I just can't focus enough to finish this.
Once I get time I am going to dig into things and continue to find more things we can change.
If you have something to share, let me know so we can add it also.

Maybe you can add link to AXMLprinterGUI based on AXMLprinter2 but with gui created by bigbear at modaco. Here is the link. http://android.modaco.com/content/t-mobile-pulse-pulse-modaco-com/304547/android-xml-decompiler/#entry1217176
That's what i use and it works great.

deanesn said:
Maybe you can add link to AXMLprinterGUI based on AXMLprinter2 but with gui created by bigbear at modaco. Here is the link. http://android.modaco.com/content/t-mobile-pulse-pulse-modaco-com/304547/android-xml-decompiler/#entry1217176
That's what i use and it works great.
Click to expand...
Click to collapse
Cool, I didn't even know about that, I'll have to tak ea look at it and add it too, thanks for the tip.

I see in the write up about how to change the statusbar.xml for music to white. What about changing to another color?

thebowers said:
I see in the write up about how to change the statusbar.xml for music to white. What about changing to another color?
Click to expand...
Click to collapse
As far as I know, and I haven't seen it stated anywhere else, the ranges are for black or white, and the increment is size.
That doesn't mean it isn't possible to edit it somewhere else, like smali or something. Which is one of my hopes, is give enough information for people to be dangerous and find some new things.

Well Done Jai I have been living and dying by this write up!!!!
this is bgill55 btw

Great work man, will help a lot of ppl to create nice themes!

bga7x said:
Well Done Jai I have been living and dying by this write up!!!!
this is bgill55 btw
Click to expand...
Click to collapse
Yeah you were one of the lucky one's to see it early lol. I'm glad it has been helping you though.

When porting to a new version of cm what are the usual changes that have to be made to properly port it over?

mrty4short said:
When porting to a new version of cm what are the usual changes that have to be made to properly port it over?
Click to expand...
Click to collapse
The services.jar changes in most updates, so safe practice would be to redo that. Same goes for the framework-res.apk.
In apk's the thing you have to redo if you edited when an apk has been updated, is any xml in /layout.
For example, in framework-res.apk there are 4 ( 5 if you want to change the battery % color)
Locations:
/drawable/progress_horizonal.xml (this hasn't changed, it's safe to keep reusing the same on over and over)
Update all of these:
/layout/status_bar.xml
/layout/status_bar_expanded.xml
/layout/status_bar_icon.xml (this isn't in the guide yet, this is the battery %)
/layout/status_bar_latest_content.xml
Same would go for the xml's in the layout of:
DownloadProvider
Music
Phone
If you are trying to get around redoing all the apps, you need to ensure that the apps haven't been updated since the last copy. There is a utility that will do a compare, something that I need to bookmark so I can add it to be able to use as a reference.
Examples are like going from the 5.0.5's to the 5.0.6, when the ability to move apps back and forth between internal and sd-ext, this option was not in Settings, it's in MediaProvider, so if you had themed it before, you need to replace it with the new copy and put the images back in again.
ROM to ROM these things are different also (for services, framework-res; most apps are the same minus the ones carrying options like Settings, MediaProvider and SpareParts). So you want to redo them for that.
Edit: This may be a good question to add to an appendix of the doc as a reference only thing, I'll give that some thought.

jairomeo said:
If you are trying to get around redoing all the apps, you need to ensure that the apps haven't been updated since the last copy. There is a utility that will do a compare, something that I need to bookmark so I can add it to be able to use as a reference.
Examples are like going from the 5.0.5's to the 5.0.6, when the ability to move apps back and forth between internal and sd-ext, this option was not in Settings, it's in MediaProvider, so if you had themed it before, you need to replace it with the new copy and put the images back in again.
ROM to ROM these things are different also (for services, framework-res; most apps are the same minus the ones carrying options like Settings, MediaProvider and SpareParts). So you want to redo them for that.
Edit: This may be a good question to add to an appendix of the doc as a reference only thing, I'll give that some thought.
Click to expand...
Click to collapse
I use beyond compare great program!!!

bga7x said:
I use beyond compare great program!!!
Click to expand...
Click to collapse
Never used to do that lol, dunno why I never thought to, thanks.

Mods, is there a chance of making this a Sticky?
My thoughts are:
Once the guide is done, Iĺl leave the link up, but will attach it to the thread also.
For questions that give information to add, Iĺl add it to the document.
To help keep good questions organized, I will make a second document, a Q&A, and Ill pull them so it can be used as a reference

Looks great and thanx i hate having to dig thru 7 million bookmarks for different theming posts. Thought i'd throw this out there you might know this already and it may be too detailed but google changed the color code line in the blue_button.xml in Calculator.apk/res/drawable to 08 00 00 1D instead of ending with a C. I haven't seen any other xmls with that change but it's something to keep an eye out for in the future if a search for 08 00 00 1C doesn't get any results and dunno if this will help but here http://markcarson.com/markcarson/ColorCalc.html is a color calculator that i use to get my xml hex colors. It has some presets and you can adjust the lightness and sat to your liking, so all you have to do is reverse it and add the aa after you find the color your looking for.

amac25 said:
Looks great and thanx i hate having to dig thru 7 million bookmarks for different theming posts. Thought i'd throw this out there you might know this already and it may be too detailed but google changed the color code line in the blue_button.xml in Calculator.apk/res/drawable to 08 00 00 1D instead of ending with a C. I haven't seen any other xmls with that change but it's something to keep an eye out for in the future if a search for 08 00 00 1C doesn't get any results and dunno if this will help but here http://markcarson.com/markcarson/ColorCalc.html is a color calculator that i use to get my xml hex colors. It has some presets and you can adjust the lightness and sat to your liking, so all you have to do is reverse it and add the aa after you find the color your looking for.
Click to expand...
Click to collapse
Nope, nothing is too detailed I figure anything that dives into a lot of detail, like when I add in the meanings in the xml that Stericson wrote, I'm going to add it as an appendix to the document.
Thats good to know and I'll make sure to put that in. I have seen 08 00 00 1D in a few places, but I never messed with it to see what it changed, I guess with that tip, it's time to start playing more.
I would like to slowly come up with a list of xml's we know to edit and where they are.
I've thought about adding links in for hex sites, and since you are the 2nd person to mention it, I will add it in.
Thanks amac for the inputs

jairomeo said:
Nope, nothing is too detailed I figure anything that dives into a lot of detail, like when I add in the meanings in the xml that Stericson wrote, I'm going to add it as an appendix to the document.
Thats good to know and I'll make sure to put that in. I have seen 08 00 00 1D in a few places, but I never messed with it to see what it changed, I guess with that tip, it's time to start playing more.
I would like to slowly come up with a list of xml's we know to edit and where they are.
I've thought about adding links in for hex sites, and since you are the 2nd person to mention it, I will add it in.
Thanks amac for the inputs
Click to expand...
Click to collapse
No problem wish i had more to add then a color code and a link but you did a great job putting it together already, can't wait to see the finished product!

Related

How To Make This Video Tutorials!

O.k guys this thread will based on video tutorials,so you ask how to make something and ill make a video on showing how to make it.
This is going to be fun and very useful for those trying to learn and even for those who know and have got stuck on some parts. =) O.k guys I do know a lot of other things besides just graphics like editing the .xml and stuff but this is mainly graphic photo shop work.
Subscribe To My Channel----> www.youtube.com/MrManup456
Watch Videos On Site----> http://www.nexus-nation.com/root-your-nexus-one/theme-guide
Thank you, bro....subscribed already. Great first tutorial. Thanks again!
How do you make a rom lol
Well these are going to be all graphic based,but once I am done getting my ubuntu setup I was thinking of making a few of those as well.
!!
Wow cool manup - I have always been impressed on your work, can you show us how to do icons, I have learned by my self, but your an expert
creating icons from scratch is harder work,now you can edit icons or take two and make it your own. ill do a video on this in a sec.
!!
manup456 said:
creating icons from scratch is harder work,now you can edit icons or take two and make it your own. ill do a video on this in a sec.
Click to expand...
Click to collapse
By the way, it loos like your using photoshop right?
make a tutorial about oc and uv ing (the steps involved) can't seem to figure it out
@frankzua77
Done check it the tutorial is up on my channel,I hope this is what you wanted.
Could you please make following tutorials: "how to edit notification text color" and "how to edit luncher2 appdraw selection"
Well the selection is more java code not really graphics at all and there is a colorchanger app that does that. And the white notification text is a statusbar.xml edit now the time on the bar Is in service.jar. I really dont mess with java at all,but the statusbar.xml I can prob do a guide but the program works better than spending time to hex edit. The progress bars as well is a .xml.
I think my next guide will be on adding guides and signing .9.png unless I get a request.
Bro and if you want a guide on editing that .xml ill do,but I wanted to stay more into the making themes and graphic part.
!!
Thanks BRO! you rock homie!
np bro! ill try to keep them coming.
Hi manup456,
I want to request a tutorial on how to optimize graphics (icons, wallpaper..etc) for devices like the nexus one.
For example, if you use PS and save an image the normal way (jpeg, png,...) it comes out quite large compared to the original. Then there are options for coloring, transparency... all that's stuff.
Anyway, If you could show me how to save icons so that they are displayed well and still have small size, that would be awesome.
thanks
If you can do a vid on editing the progress horizontal xml will be cool
How did you get the dots on the bottom of the launcher (that represent the different screens) to be as clean as they are in NexDeep? I am trying to port it over to the newer 7 screen Launcher found here, but having some issues getting them to look as nice.
Thanks.
@daveid
Well the dots on the modded launcher I made from scratch thats why there so clean.
@icegad
I can do this will be the first video I do tomorrow.
@duylong186
Well to optimize a icon in cs4 you would save for web and devices and use png-28 that will optimize the icon,but threre are also programs that can optimize a icon even more.
Oh and checkout my new video I posted tomorrow ill have a few more.
manup456 said:
I think my next guide will be on adding guides and signing .9.png unless I get a request.
Bro and if you want a guide on editing that .xml ill do,but I wanted to stay more into the making themes and graphic part.
Click to expand...
Click to collapse
You know this is one I need to learn, would greatly appreciate a video for editing .9.png images!

Themes

Does anyone have a list of all the locations of image files for editing your own theme? I want to jump into the theming world.
Something just to get started.
riggsandroid said:
Does anyone have a list of all the locations of image files for editing your own theme? I want to jump into the theming world.
Something just to get started.
Click to expand...
Click to collapse
not that i know of. Your gonna have to go through all the files and figure out what files go where. Sorry I know it sucks but at the same time its part of the learning process.
ya. download a theme and start seeing what icons and stuff they changed. That's the best way to get acquainted. Good luck! It's fun and addicting. Feel free to hit up cbarlan or myself if you have questions. We'd be more than happy to help! God bless!
Thanks guys. I'll download some themes and see what I find.
What software do you guys use? Gimp, paint.net? Photoshop?
Thanks again. Also will try to compile a basic list as I go to help others.
-------------------------------------
Sent via the XDA Tapatalk App
One piece of advice as you get into this...
Take note of the approximate filesize of whatever you are changing and try to save it in png-8 or png-24 with as few colors as possible.
I have made some taskbar icons and after the first couple sets it was weeks later that I realized the originals were less than 400bytes and the ones I made were like 1.5 to 2.5 KB!!! May not sound like much but it adds up.
PhotoShop's color replacement tool will save you hours!
Most of the stuff u r going to change will be in com.HTC.resources.all and also framework:-res .apk. not all of them but a lot. They will be in the "drawable" folders that are in the res folder. Hope that helps u start.

Possible theme that improves upon stock HTC Sense

I just recently moved from iOS to Android, and I like it so far but it looks kind of... cheap. I'm talking about HTC Sense specifically, stock/AOSP Android is well design but albeit dull to some (although I don't agree, I prefer the minimalistic design). Some of it is okay while other parts don't make a whole lot of sense or just look plain amateur. Most of all, I think it's way over exaggerated. I hate looking at the browser bar and seeing a heavily glossed bevel with a near near flat text input and a inset button. Why would a button be even inset?
Anyway, I like some of Sense's additional features, and since Cyanogen isn't stable yet, I'd like to re-design Sense to be more subtle and just better designed. I'm a well established UI/UX designer but always have a lot of work on hand. So if someone who is knowledgeable with the graphic files that make up Sense (preferably in the new Froyo build) and is willing to identify and send the files (preferably in a zip of organized folders so I could just re-design and leave as is which could then be easily turned into a usable update file by someone), I'd get started ASAP.
The EVO is fine as is, but improving the appearance of Sense would go a long way in calming my OCD mind Attached is a quick example of how it would look like. It's the "to" contact bar in the HTC messaging app - the top is default, the bottom is my redesigned version.
My main beefs with the default graphic are:
a. It's too glossy making the outset depth of the bar appear high, problem is that a flat element (the text input box) is laid on top of it thus making it look weird and unnatural. Plus it makes it look like cheap plastic.
b. The button is inset. Why? Have you ever seen a inset button? Maybe once or twice. Looks more like a active selection than a button. the lighting is also off and just plain looks terrible.
c. The corners are rounded, but why? It looks out of place and loses fluidity with the rest of the layout. One thing I noticed is that HTC likes to throw in rounded corners in just about everything they can.
Like I said, this will be a very subtle theme but I think it will help make the stock Sense theme better. So if anyone wants to help identifying the files or knows a known resource (which I doubt since Froyo must have changed things a bit), just PM me.
I second this request. I wish I could help.
I totally agree with you in that the Sense theme needs to be more subtle.
I have always wondered why it has taken so long for someone to come up with this theme.
that would be nice
I like the idea!
Heres what I have so far.
In framework-res, I have included everything I think you will need. You'll have to let me know how much theming you intend to do. ie buttoms/selections (everything with a stock gloss?) or not.
I will continue to dig up more of what you need once I hear how deep you're looking to go. I included the taskbar icons because those will need to be changed to fit whatever the taskbar changes too so they will match. Obviously I have yet to include the signal ones along with 4g, as well as the individual app status bar notifications.
I'll wait to hear back before I progress much further.
Again, very nice looking.
Edit: Updated my post to add more.
I want to fix as much as possible. Anything you send, I'll theme. I'll commit to that.
But at the least, I want to redesign buttons and major UI elements like the example I showed. I definitely would like to redesign selections -- I'm not sure why they are "crystal-like", I much prefer a AOSP-like selection but of course in green for Sense.
I'll look through these and see what I'll do with them.
Award Tour said:
I want to fix as much as possible. Anything you send, I'll theme. I'll commit to that.
But at the least, I want to redesign buttons and major UI elements like the example I showed. I definitely would like to redesign selections -- I'm not sure why they are "crystal-like", I much prefer a AOSP-like selection but of course in green for Sense.
I'll look through these and see what I'll do with them.
Click to expand...
Click to collapse
Ok, don't know if I edited my post before or after this, but I added more to the framework-res folder with an updated zip. It now includes everything from there you should/could need from that particular file. See what you can do with those. I'm not 100% sure if any of the files used in froyo have changed (what gets used in those folders and what doesn't) so bare with me. But for the most part it shouldn't be that difficult to dig up the rest of the important stuff.
I just pulled it now so it should be the latest files.
I just pushed that sense folder to my work server, once something is in there, they get done. I'll update the folder as I get more items.
barnacles10 said:
Ok, don't know if I edited my post before or after this, but I added more to the framework-res folder with an updated zip. It now includes everything from there you should/could need from that particular file. See what you can do with those. I'm not 100% sure if any of the files used in froyo have changed (what gets used in those folders and what doesn't) so bare with me. But for the most part it shouldn't be that difficult to dig up the rest of the important stuff.
Click to expand...
Click to collapse
Alright so this is what I'll do. I'll theme these current files and when I'm done I'll post some previews and then you or someone else who is willing can send a new batch of files. That way it can be done in waves and can be easily managed.
So I'll finish these and post back soon.
Award Tour said:
Alright so this is what I'll do. I'll theme these current files and when I'm done I'll post some previews and then you or someone else who is willing can send a new batch of files. That way it can be done in waves and can be easily managed.
So I'll finish these and post back soon.
Click to expand...
Click to collapse
Ok, well this has totally got me pumped, so I went through and did more for you. I've included the other files out of ease, so what I have done is labeled all the folders which have new files (new from that one posted above) and added "contains new" at the end. Then within each folder i have created "new" folders for what I have added. That way you don't have to go through and figure out what you have done and whats been added.
This should keep you busy as I'm done for the night. This is a lot of the major stuff though. I will report back with anything else I find later on.
Award Tour, just curious, do you have experience with .9.png's?
Barnacles, I noticed you pulled stuff out of framework-res, did you toss him the stuff from com.htc.resouces.apk too?
nebenezer said:
OP, just curious, do you have experience with .9.png's?
Barnacles, I noticed you pulled stuff out of framework-res, did you toss him the stuff from com.htc.resouces.apk too?
Click to expand...
Click to collapse
Yeah the second file I posted here has pretty much everything he needs to start. Most everything from resources, and framework as well as other stock apps
nebenezer said:
Award Tour, just curious, do you have experience with .9.png's?
Click to expand...
Click to collapse
Not yet, but I understand them now I think. I noticed immediately that some of the files had to scale somehow and from your post just noticed that those files are the .9 files you speak of. I'll look into it but I'm just gonna assume that they have some sort of meta info in them for now. I'll work on those last so I can read up on the file format.
barnacles10 said:
Yeah the second file I posted here has pretty much everything he needs to start. Most everything from resources, and framework as well as other stock apps
Click to expand...
Click to collapse
Awesome, sorry to interrupt, just wanted to make sure
Award Tour said:
Not yet, but I understand them now I think. I noticed immediately that some of the files had to scale somehow and from your post just noticed that those files are the .9 files you speak of. I'll look into it but I'm just gonna assume that they have some sort of meta info in them for now. I'll work on those last so I can read up on the file format.
Click to expand...
Click to collapse
Yeah they have invisible guides that tell the OS where to stretch the image to suit whatever purpose it needs.
When you open, edit and re-save them the guides disappear so you'll have to redraw them. You will find plenty of info on .9's.
The search bar you did looks much better than Google's version, I'm sure this will end up being a pretty sweet theme
This is no small undertaking or I would jump in on it and help out.
There are tons of people here who are more talented and experienced than I but if you have any questions you're welcome to pm me.
Hey guys. I am up for the night and addicted to flashing **** so let me know if you need a beta tester.
Once you finish what's there feel free to send them back to me and I can throw em back where they need to go and make a morph for the changes to test them out.
ok so are those .zips flashable? any screens of what you have done? it looks nice on the first picture
magicalan said:
ok so are those .zips flashable? any screens of what you have done? it looks nice on the first picture
Click to expand...
Click to collapse
I only spent like 20 minutes on it today during work but I should do a hour or so more later tonite.
I finished some of the status bar but I was disappointed to see that the background image for a notification item was missing. I still designed it but if anyone knows how I can throw it in sense (maybe a simple file with the right name? maybe check a AOSP build because it should be in there) let me know.
Here it is for those that are interested, I will probably refine it further but this is what I got so far:
The aim, if you haven't already noticed, is to combine stock AOSP Android with a Sense-like look.
Award Tour said:
I only spent like 20 minutes on it today during work but I should do a hour or so more later tonite.
I finished some of the status bar but I was disappointed to see that the background image for a notification item was missing. I still designed it but if anyone knows how I can throw it in sense (maybe a simple file with the right name? maybe check a AOSP build because it should be in there) let me know.
Here it is for those that are interested, I will probably refine it further but this is what I got so far:
The aim, if you haven't already noticed, is to combine stock AOSP Android with a Sense-like look.
Click to expand...
Click to collapse
Looks good! Ill look for the notification bg image for ya when I get home tonight.
Sent from my PC36100 using XDA App
magicalan said:
ok so are those .zips flashable? any screens of what you have done? it looks nice on the first picture
Click to expand...
Click to collapse
They are not flashable. Sorry for double posting but can't multiquote. They are simply folders. Had to zip them up to attach them is all
Sent from my PC36100 using XDA App
Try to send me a new batch as well, I *think* I'll be done with this in a hour. If you can, send me the froyo ones.

Theming made easy?

I have recently started looking into theming and I was wondering if there was a repo somewhere with icons etc. that generally match. atm the moment I'm kinda of pulling from these theme and the other, there a better way to do this? Eventually I'll probably start making some of my own by in the meantime while I'm still dabbling I was hoping I could find these. Right now I've got about 5k images from the various frameworks of themes that I enjoy...Tell me there's an easier way.
jvegastn said:
I have recently started looking into theming and I was wondering if there was a repo somewhere with icons etc. that generally match. atm the moment I'm kinda of pulling from these theme and the other, there a better way to do this? Eventually I'll probably start making some of my own by in the meantime while I'm still dabbling I was hoping I could find these. Right now I've got about 5k images from the various frameworks of themes that I enjoy...Tell me there's an easier way.
Click to expand...
Click to collapse
There are a few people who have posted guides such as the following:
https://docs.google.com/Doc?docid=0AcdxIJRSH9ypZGZzc2pxNDlfMjdnazk4OHNxZA&hl=en&pli=1
This is a pretty comprehensive guide from people like Manup and Stericson.
Or check here:
http://www.mydroidworld.com/forums/...ns-manuals/3209-how-theme-your-own-droid.html
I think most of it is the same, but may fill in some extra gaps, and is a forum, so you may find some additional questions answered.
I just started theming as well. I originally was just replacing images as well. But the guys doing the big work actuall create their own images (sometimes image creation, as well as coloring). In addition they usually theme the apps (not just the images) but also go in and edit the xml files to create color coded themes throughout the framework and apps. It's quite a bit of work...
Anyways...check out the links and good luck!
http://droidpirate.com/2010/08/25/metamorph-round-battery-icon-in-various-colors/
http://icons.mysitemyway.com/matte-blue-and-white-square-icons-media/
http://androidforums.com/droid-x-all-things-root/246462-theme-help-tutorial.html#post2063232

Fonts for Android

Been looking to change my system fonts for my Samsung Fascinate. After some research I figured out how to do it, but I ran into a problem. Most fonts are missing spaces that the Android OS relies on. If these spaces are missing you end up with ugly boxes in some areas, particularly in the app drawer. I found the fix for this issue when I stumbled on this url. I verified that the font I am using is indeed missing the character spaces mentioned there and they do exist in the fonts that come on my phone. All I need to do is add them.
http://blog.piratemedia.tv/2010-08-06-the-balad-of-the-crazy-boxes-android-fonts/
Here is my question. How are people editing existing fonts for use with Android? I tried using FontCreator but it is only a eval and will not let me save me changes. I can't afford to purchase this program so thats a no go.
Can a custom app be created to add the entries listed in the above url if they are missing since this seems to be a common issue and would allow much more user creativity?
Fonts are a very big deal when someone is looking to customize their phone and I have seen very little info on these subjects. Was hoping to find a few more answers and maybe help some other people in the process.
If anyone is wondering what I am doing that prompted me to ask this here the thread is below.
http://forum.xda-developers.com/showthread.php?t=924213
Bueller? Bueller?
I find it hard to believe that not a single person in the Android community can help.
I am interested in this topic as well Holliday. I haven't come across much help. It sounds like others have altered the fonts as you mention:
I was having the same problem. My font was not working in android either but I needed it to work. Using a font editor, I copied the characters from my font into the font that comes with the FontSampler example from Android-src-2_1. It worked perfectly.
While I will admit that my method was questionable from an intellectual property point of view, I didn't actually wind up using the original font, as all of the characters were replaced and all references to the old font where replaced as well. I had tried 'looking' at the way the two fonts were defined but making all the font variables match didn't work either. So in the ned, I used a skeleton of the original font as a template for the new font
Click to expand...
Click to collapse
Source: http://stackoverflow.com/questions/1426244/use-external-fonts-in-android
No mention of the application that they used however. Will continue to follow this thread for any recommendations from others and post if I find anything.
like the quote said, editing fonts is a bit questionable, since you're making changes to someones copyrighted material. There are a number of font editors out there, but they're all for commercial use I belive, and even the ones that aren't are still pretty expensive.
Your best bet is to keep trying new fonts until you find one that doesn't have those issues, or at least has a large enough character set so it's not noticible. Check out my font thread (link's in my sig). You should be able to find something usable - I have over 250 fonts packaged up with screenshots, ready to be flashed.
fachadick said:
I have over 250 fonts packaged up with screenshots, ready to be flashed.
Click to expand...
Click to collapse
Fantastic collection. Thanks!

Categories

Resources