Which menu/status icons' guidelines should I follow for an app that will support Android 2.2 and later? -
in guidelines found in http://developer.android.com/guide/practices/ui_guidelines/index.html menu , status icons, have distinctive design approach android 2.2 , earlier , android 2.3 , later. app going support android 2.2 , later. thinking should follow 2.3 , later guidelines. agree?
you can follow multiple styles creating subfolders correct android version specifiers inside res/ folder (e.g. drawable-v11 api 11 - check official documentation here). suggest supporting multiple styles.
this bit more work. make easy standard icons notifications, check out the android asset studio. small webapp creates these icons specifications , builds zip multiple styles, sorted different res/ subfolders.
Comments
Post a Comment