When I start an activity B over activity A, A is dimed. Is it possible to not dim activity A, when activity B is started?
|
feedback
|
|
This can be done by creating a new style in your res/values/styles.xml file with the attribute backgroundDimEnabled set to false:
In your manifest, you should simply apply the newly created style to your activity, which we will call, for example, Activity1
| |||
|
feedback
|
|
Here is approach for custom dialog
| |||
|
feedback
|