abhay-mulye / simple-quickactions

Automatically exported from code.google.com/p/simple-quickactions
0 stars 0 forks source link

ImageView as constructor input does not display the popup window. #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. generate framework app whose main display is of or extends ImageView
2. use DemoPopupWindow with ImageView as argument to DemoPopupWindow constructor
3. note that the popupwindow does not display

What is the expected output? What do you see instead?
expected to see popup window or exception detailing what was missing.  No 
exception, no popup window.

What version of the product are you using? On what operating system?
Emulator using Android 2.0, though I doubt the version makes much difference

Please provide any additional information below.
I know the source I ported in works because the popup window is displayed as 
long as I don't use an ImageView as the constructor argument.  It's not 
something as simple as my branching in the source from simple-quickactions 
being bad.
I experimented with the setBackgroundDrawable() method but it didn't seem to 
have any effect.

Original issue reported on code.google.com by william....@gmail.com on 21 Dec 2010 at 9:29

GoogleCodeExporter commented 8 years ago
Feel free to contact me if you need a demo app, I can cobble together something 
for you to play with.  It's likely I am expecting the popup window to work the 
same for ImageView when it might not, unsure if it's related to me attaching a 
matrix to my ImageView either.

Original comment by william....@gmail.com on 21 Dec 2010 at 9:31