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