How can I configure Dialog layout so that the Dialog is displayed as translucent (with color and alpha channel set to some 50% so that the overlayed view is visible through the Dialog). I create a custom Dialog and set the contentView to be simple TextView only. Thanks
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Well, somehow, this is what you might find usefull:
|
|||
|
|
|
You can use setFeatureDrawableAlpha() See http://developer.android.com/reference/android/view/Window.html#setFeatureDrawableAlpha(int, int) |
|||