[android-developers] Re: PopupWindow - controlling size?

2013-02-06 Thread skink
Mohit sharma wrote: > Any solution yet ? > popup.showAtLocation(...); int wrap = LayoutParams.WRAP_CONTENT; popup.update(wrap, wrap); pskink -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to androi

[android-developers] Re: PopupWindow - controlling size?

2013-02-05 Thread Mohit sharma
Can you please explain more ? On Friday, July 23, 2010 8:39:08 AM UTC+5:30, Ryan Tan wrote: > > You can set the height and width of the PopupWindow to a non-absolute > value by referencing the anchor view's width and height. > > On Jun 10, 5:32 pm, AMGG wrote: > > I have exactly the same probl

[android-developers] Re: PopupWindow - controlling size?

2013-02-05 Thread Mohit sharma
Any solution yet ? On Thursday, June 10, 2010 3:02:00 PM UTC+5:30, Axel Garcia wrote: > > I have exactly the same problem... did you finally found some > solution? > Thx > > On May 27, 8:17 pm, Nathan wrote: > > I've experimented with a PopupWindow, but don't have a very good way > > of cont

[android-developers] Re: PopupWindow - controlling size?

2010-07-23 Thread Ryan Tan
You can set the height and width of the PopupWindow to a non-absolute value by referencing the anchor view's width and height. On Jun 10, 5:32 pm, AMGG wrote: > I have exactly the same problem... did you finally found some > solution? > Thx > > On May 27, 8:17 pm, Nathan wrote: > > > > > I've ex

[android-developers] Re: PopupWindow - controlling size?

2010-06-10 Thread AMGG
I have exactly the same problem... did you finally found some solution? Thx On May 27, 8:17 pm, Nathan wrote: > I've experimented with a PopupWindow, but don't have a very good way > of controlling its size. It only responds to absolute pixels. > > I've tried doing this: > > popup.setWindowLayout