How to create transparent activity in android in that screen tap to dismiss button automatically dismiss the activity. please provide any solution.
How to create transparent activity in android in that screen tap to dismiss button automatically dismiss the activity. please provide any solution.
There are two ways to achieve this
eg.
or
Related Links
How to make a background 20% transparent on Android
Understanding colors on Android (six characters)
Hope it helps !!
Works better with noTitleBar to create a full transparent activity
and remember extends your activity from Activity and not from AppCompactActivity
If you need to use AppCompact then declare a new theme: