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. For example:

enter image description here

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)?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Berty
  • 1,081
  • 1
  • 18
  • 49
  • The answer to this question is here: http://stackoverflow.com/questions/982386/android-simple-gridview-that-displays-text-in-the-grids – Benny Skogberg Aug 03 '10 at 09:18
  • That kind of menu is called a Sliding Drawer - http://developer.android.com/reference/android/widget/SlidingDrawer.html – ccheneson Aug 03 '10 at 09:18

0 Answers0