0


How can I create an horizontal icons selection dialog like the one in the below picture?
I saw this in many applications but couldn't find an how-to guide...

Horizontal list

Thanks...

A.Quiroga
  • 5,704
  • 6
  • 37
  • 58
Oren
  • 937
  • 1
  • 10
  • 34
  • 1
    While this pattern is still in use by a number of Android 2.x apps it has more or less fallen out of fashion in Android 3 and 4, replaced by `PopupMenu` and `ActionMode`. http://developer.android.com/reference/android/widget/PopupMenu.html http://developer.android.com/reference/android/view/ActionMode.html The system Quick Contacts now has a different character as well. – adamp Oct 23 '11 at 16:04

1 Answers1

3

This is the QuickAction ui pattern. For more information check here: http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/ and here: Android Quick Actions UI Pattern

Hope this helps!

Community
  • 1
  • 1
Dimitris Makris
  • 5,183
  • 2
  • 34
  • 54