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 visible, now when you want to show the popup just reverse the logic! On Sep 24, 2013 3:12 PM, "Amit Mangal" <[email protected]> wrote:
> 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 Tue, Sep 24, 2013 at 11:58 AM, VenomVendor™ <[email protected]>wrote: > >> 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 clicked on the row. >>> >>> I can open popup window but i dont know how to open that popup window on >>> the same row where button is pressed. Popup window width and height >>> shouldbe same as row width and height >>> >>> Any idea ? >>> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Android Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

