**
You should use activity inside of context for DialogFragment.
**
The problem when you use databinding in DialogFragment is theme is not respect to dark mode colors. If you have problem with this use LayoutInflater.from(activity)
inside of LayoutInflater.from(context)