views:

57

answers:

1

i would like to show a menu with icons with text below every icon in android

the menu should fill the entire activity

like the launcher menu eg: http://farm4.static.flickr.com/3060/2775168927_e94f2ae79e.jpg

i want the user to choose from a set of options (static options) with icons

i was thinking about a grid view with buttons or images but how to get the text in without burning them into the icons (translation later on)

any idea's?

+1  A: 

nvm i found the answer here

http://mytelcoit.com/2010/02/programming-android-create-icon-with-text-using-gridview-and-layout-inflater/

or search google for a gridview

Berty