I would like to obtain the same effect as when a modal dialog is displayed, i.e. dimmed background, can't interact with it, but to have a layout element, or more, active "on top" of the rest. For example: I tap on an icon and a panel with detailed information appears from the left, and you can do some stuff on that panel, the rest of the screen is dimmed, inactive. How can I do this? Thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can start a new Activity with the background set to transparent on some elements, for example:
There is also an example of a TranslucentActivity in the Android API Demos: |
|||||
|