rahul
rahul

Reputation: 6487

Android: About scroll views

The title may not be too obvious. But here is my question. I want to simulate a scroll effect similar to the scroll menu that shows up when we long click an icon on the home screen. That menu (remove, edit, change catalog etc.,) can be scrolled. Is there a layout or can someone please direct me to a tutorial?

Please let me know if my question is not clear

Thx! Rahul.

Upvotes: 0

Views: 93

Answers (1)

marmor
marmor

Reputation: 28171

Have a look at this tutorial: http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/

it contains an open source code example in github as well: https://github.com/lorensiuswlt/NewQuickAction

Upvotes: 1

Related Questions