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

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -