Re: [android-developers] Re: Open popup window on the upper part of list view

2013-09-24 Thread Amit Mangal
Hi Steve thanks this worked On 25-Sep-2013 12:55 AM, "Steve Gabrilowitz" wrote: > This won't exactly be a popup window like you asked for but the effect > should be the same: Add a layout describing the "popup" window to the > layout file for the list items and enclose the existing layout in ano

Re: [android-developers] Re: Open popup window on the upper part of list view

2013-09-24 Thread Steve Gabrilowitz
This won't exactly be a popup window like you asked for but the effect should be the same: Add a layout describing the "popup" window to the layout file for the list items and enclose the existing layout in another new sub layout. Set the visibility for the popup content to gone and the other to

Re: [android-developers] Re: Open popup window on the upper part of list view

2013-09-24 Thread Amit Mangal
Hi developers, thanks for reply but this is not what i was asking. i want to hide the selected row with a popup window and i will place 3 buttons on that popup window. the examples you provided is showing up or down of the selected popup window. i want to cover selected row with popup window. On

[android-developers] Re: Open popup window on the upper part of list view

2013-09-23 Thread VenomVendor™
Visit http://stackoverflow.com/a/3619450/1008278 You are trying to use quickaction On Tuesday, 24 September 2013 00:48:39 UTC+5:30, Amit Mangal wrote: > > Hi there > I am having a list view inside my activity. Each row in list view having > one button. I want to open a popup window when button c