Ok so I’m trying to figured out how i can make a menu similar to a drop down menu, but it goes up instead of down. I’m wanting something similar to This. It would mean I would be creating a list-view. But I’m not sure how it would all work, since I’m using Image-buttons I made in Photoshop. It has to possible since adobe has pretty much done it. But my questions is how? Thank you in advanced.
Share
I guess this is a standard
ToggleButtonwith a background selector that is transparent when not activated and with a transparent black one when active. When theToggleButtongets pressed, a PopupWindow will be displayed below. The content of this window should be a standard ViewGroup/layout that was passed to that window (transparent black background with a few clickableTextViews basically)