I'm working on an app with a settings fragment written using the AndroidX Preference library, and I would like to be able to display the dialog window for an EditTextPreference at the bottom of the screen using the screen's full width instead of in the center, like how WhatsApp does it:
How can this be done? I couldn't find a solution when I searched for this, so I decided to ask this question myself.