I need to have my own dialog in the settings

I searched, but could not find what I need. I need to create a custom dialog (created using the layout I prepared) in Preferences . Can you guys tell me what I should use to declare this user dialog in my preferences?

+6
source share
1 answer

Add DialogPreference for your custom layout and add this preference to the settings screen.

Here's a good explanation on how to do this: A specific way to write new DialogPreference classes?

+6
source

Source: https://habr.com/ru/post/897535/


All Articles