2

I wanna make a custom menu that appears when user touches a button. here is an image of what i want to do exactly.

enter image description here

If anyone can point me in the direction on how to do this i would greatly appreciate it. I want them to be able to click on it and then it input a specific text. Thank you for any help you can give me

2 Answers 2

1

You can use a Sliding Drawer:

http://developer.android.com/reference/android/widget/SlidingDrawer.html

enter image description here


Or the new 'Ribbon Menu' this has other names as well, it's the menu off the new YubTube app or the Facebook app.

https://github.com/darvds/RibbonMenu

Sign up to request clarification or add additional context in comments.

Comments

0

You have several options here: You can create a dialog activity with a translucent background and lay it out however you'd like. Then you can just call startActivityForResult() on it.

Here's an example:

http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/TranslucentActivity.html

1 Comment

let me try this and see if this gives me the desired effect

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.