0

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.

Community
  • 1
  • 1

1 Answers1

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