views:

68

answers:

2

http://developer.android.com/guide/practices/ui_guidelines/icon_design.html#tabstructure

Are we sure this page was written correctly? It states that UNSELECTED icons must be "WHITE"; and SELECTED icons must be "GRAY". This seems backwards and looks quite odd in my application.

A: 

That's very true since usually active tab background is white and inactive tabs are gray.

Konstantin Burov
Using the default style for TabView (API 2.1), active tabs are gray and inactive tabs are a very dark charcoal. Placing a gray icon on a gray tab is not particularly pleasing to me. Additionally, a white icon on a very dark charcoal is too contrasting
Andrew
A: 

This is correct for Eclair (2.0/2.1) and FroYo (2.2) Android UIs. I'm not so sure about the UIs from 1.x, though.

Sense/Motoblur might have their own standards.

A. Scagnelli