Everything Motorola Q  
Home Motorola Q Store Moto Q Software News Motorola Q Reviews Moto Q Forums Q Social Moto Q FAQ Contact Us Everything Q RSS feed


Go Back   Motorola Q Forum | Everything Q > Moto Q Software > Q Home Screens and Wallpapers

Notices



Palm CES Event live


Reply
 
Thread Tools Display Modes
Old 07-13-2007, 07:28 AM   #1 (permalink)
 
Join Date: Jul 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Bag302 is on a distinguished road
Default Any way to change menu screens on the phone??

I would like to reverse the menu screens on this phone if possible. Instead of black font on a white background, I would prefer white on a black background on all of the screens similar to the 'just black' Home Screen theme.

It was like this on my Sprint Upstage and looked awesome. Can this be done on the Q?

Thanks

BTW, I've only had this thing for 3 days and it's most excellent.
Bag302 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 07-13-2007, 08:37 AM   #2 (permalink)
Super Moderator
 
rudeboy's Avatar
 
Join Date: Jan 2007
Location: Skaville, Skamerica
Posts: 27,521
Thanks: 275
Thanked 1,992 Times in 1,626 Posts
rudeboy is on a distinguished road
Send a message via ICQ to rudeboy Send a message via MSN to rudeboy Send a message via Yahoo to rudeboy
Default

it can be changed in the home screen .xml. make a backup copy of it (they are in the \Application Data\Home) and just start messing with it, that is if you are somewhat familiar with html color codes.

you can use this tutorial as a reference...
__________________
later..
rb.


:: Quick help, click here ! :: new user guide :: Moto Q FAQ :: "my" Q apps ::

-> current device BlackBerry Storm 9530 <-
rudeboy is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-16-2007, 06:35 AM   #3 (permalink)
 
Pony99CA's Avatar
 
Join Date: Dec 2006
Location: Hollister, CA
Posts: 1,567
Thanks: 11
Thanked 138 Times in 96 Posts
Pony99CA is on a distinguished road
Default Color Scheme Files

Quote:
Originally Posted by rudeboy View Post
it can be changed in the home screen .xml. make a backup copy of it (they are in the \Application Data\Home) and just start messing with it, that is if you are somewhat familiar with html color codes.
Actually, it's better to change (or create) a color scheme file (a something.scheme.xml file) and select that in the Color Scheme setting of the Home Screen settings applet. The color scheme file overrides any conflicting items in the layout file (the home.xml file).

That way you don't accidentally mess up a Home screen's layout file and can easily revert back to the screen's default scheme.

Steve
__________________
Silicon Valley Pocket PC
http://www.svpocketpc.com

If somebody helps you, boost their reputation. Click the Reputation button icon under their user name.
Pony99CA is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-16-2007, 07:25 AM   #4 (permalink)
 
Join Date: Jul 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Bag302 is on a distinguished road
Default

Thanks for the replies. I'm really a newb at this stuff and am afraid to screw up my new phone.

Here's the color scheme I'd like for the menus, if possible:
Bag302 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-16-2007, 08:20 AM   #5 (permalink)
Super Moderator
 
rudeboy's Avatar
 
Join Date: Jan 2007
Location: Skaville, Skamerica
Posts: 27,521
Thanks: 275
Thanked 1,992 Times in 1,626 Posts
rudeboy is on a distinguished road
Send a message via ICQ to rudeboy Send a message via MSN to rudeboy Send a message via Yahoo to rudeboy
Default

it will work either way, in a whatever_scheme.xml or in the home screen.xml.. i prefer to do it in the home screen.xml so i do not have to go back & forth and everything is together, whenever i do change a color code i comment behind the line what is was before using <!-- old color --> plus i always make sure i have backup of the original (i do this automagiclly with MobSync.

to each his own...
__________________
later..
rb.


:: Quick help, click here ! :: new user guide :: Moto Q FAQ :: "my" Q apps ::

-> current device BlackBerry Storm 9530 <-
rudeboy is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-16-2007, 09:02 AM   #6 (permalink)
 
Pony99CA's Avatar
 
Join Date: Dec 2006
Location: Hollister, CA
Posts: 1,567
Thanks: 11
Thanked 138 Times in 96 Posts
Pony99CA is on a distinguished road
Default Menu Scheme

Quote:
Originally Posted by Bag302 View Post
Thanks for the replies. I'm really a newb at this stuff and am afraid to screw up my new phone.
Here's my first guess of what to set:
  • COLOR_HIGHLIGHT (Color of selection for list views, controls, menus, and soft key buttons) -- Orange
  • COLOR_HIGHLIGHTTEXT (Color of text when an item has selection, such as a list view element or a control, and highlighted soft keys) -- White (#FFFFFF)
  • COLOR_MENU (Background color for menus) -- Dark Blue
  • COLOR_MENUTEXT (Text color for menu items) -- White (#FFFFFF)
You'll have to get the exact hex colors (#RRGGBB) for the background colors.

Also remember there are several types of "menus" in the Smartphone OS that you should check:
  • Home screen plug-in rows (kind of a menu), but there are special HOME color attributes for those
  • The Start menu
  • Lists (like the Settings application)
  • Pop-up menus (like when you press the Menu softkey in an application
Steve
__________________
Silicon Valley Pocket PC
http://www.svpocketpc.com

If somebody helps you, boost their reputation. Click the Reputation button icon under their user name.
Pony99CA is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-16-2007, 09:23 AM   #7 (permalink)
 
Pony99CA's Avatar
 
Join Date: Dec 2006
Location: Hollister, CA
Posts: 1,567
Thanks: 11
Thanked 138 Times in 96 Posts
Pony99CA is on a distinguished road
Default Layout vs. Scheme Colors

Quote:
Originally Posted by rudeboy View Post
it will work either way, in a whatever_scheme.xml or in the home screen.xml.
That's not quite correct. If he wants that menu color scheme to work with various Home screens, he should do it in a scheme file. Otherwise, he'd have to make changes to each Home screen he'd want to use.

Quote:
Originally Posted by rudeboy View Post
i prefer to do it in the home screen.xml so i do not have to go back & forth and everything is together, whenever i do change a color code i comment behind the line what is was before using <!-- old color --> plus i always make sure i have backup of the original (i do this automagiclly with MobSync.
Doing it in the layout file is fine if you're developing a new Home screen, but it sounds like the OP just wanted to change the menu colors. In that case, there's no reason to:
  1. Copy a Home screen file to your PC.
  2. Make a backup (optionally).
  3. Put the scheme changes in there (worrying about where they go).
  4. Save it.
  5. Copy it back to your Q.
It's much easier to just:
  1. Create the scheme file from scratch.
  2. Put the scheme code in.
  3. Save it.
  4. Copy it to your Q.
If that's too difficult, you can copy an existing scheme file (just like a layout file), but you don't have to worry about finding the scheme section or messing the layout up accidentally.

I think most Home screen designers tend to under-utilize the scheme file because they're focused more on layout than overall system colors. The scheme file is really the correct place for controlling overall system colors.

Put the default color information in the layout file so that it's easy to get the matching colors, but a user should be able to override everything (except, perhaps, the Home-specific colors) in a scheme file.

Steve
__________________
Silicon Valley Pocket PC
http://www.svpocketpc.com

If somebody helps you, boost their reputation. Click the Reputation button icon under their user name.

Last edited by Pony99CA; 07-17-2007 at 09:29 AM.
Pony99CA is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-16-2007, 11:31 AM   #8 (permalink)
 
Join Date: Jul 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Bag302 is on a distinguished road
Default

"Doing it in the layout file is fine if you're developing a new Home screen, but it sounds like the OP just wanted to change the menu colors. In that case, there's no reason to:"

Exactly what I'm looking to do.
Bag302 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT -5. The time now is 10:39 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Integrated by BBPixel ©2003-2009, jvbPlugin
Android forums

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33