Is there a way to define a default position on the screen of dialogs in my Android application, eg. in the manifest or as a global theme? I want a solution similar to android dialog activity position or Changing position of the Dialog on screen android but without having to set the position of each dialog individually.
Asked
Active
Viewed 34 times
0
-
If you provide your code or snippet ..then we can help you better – Maher Abuthraa Nov 04 '16 at 15:12
1 Answers
0
Why not just to create your own ActivityBase in your app prepare your own default version of dialog implementation and reuse that activity wherever you want ..Even more you can override that method.

Maher Abuthraa
- 17,493
- 11
- 81
- 103