3

Is there a way to open a translucent or transparent activity so that you can still see the old activity behind it on the screen?

[Edit] To make the question more clear, I know how to create a transparent activity. The problem is when I start it using an intent, it clears the screen and you cannot see the previous activity.

Here is how I start the activity.

    Intent intent = new Intent(MainActivity.this, DialogActivity.class); startActivity(intent);

Thank you

Dmitry S.
  • 8,373
  • 2
  • 39
  • 49

0 Answers0