1

I'm looking for Quick action dialog which contains 4 Checkbox & 1 is (ok) button.. please. Suggest me a good sample regarding this....I'm trying to do this functionality for 3 days.. Went through many code but it not contain check box and button... Here is the image of what I'm looking for:

Quick dialog using onclick search view in android

Please show your kind help!Thanks in advance...

1

1 Answer 1

1

You can use PopupWindow and put any layout you want in it if none of canned quick box implementation fits your needs.

More on PopupWindow in docs. For tutorials just google for "android popupwindow tutorial" (first example here).

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

2 Comments

Thanks a lot...Its working....But Example-If add 1 checkbox in my layout it will become double in output... here is my code can u check once.. stackoverflow.com/questions/12351670/… in that QuickAction.java.
You are using 3rd party code - I do not know it so it is hard to tell what is wrong. Usually, while using PopupWindow you can control anything you want. incl. layout without any problems. You just design your popup's layout as anything else, i.e. in Eclipse Visual Editor

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.