We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a362a6a commit 3a52e74Copy full SHA for 3a52e74
app/src/main/java/droid/grupocelio/gavine/views/AccountDialog.kt
@@ -39,6 +39,7 @@ class AccountDialog : DialogFragment() {
39
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? {
40
val view = inflater!!.inflate(R.layout.fragment_account_dialog, container, false)
41
42
+ dialog!!.window?.addFlags(android.view.WindowManager.LayoutParams.FLAG_DIM_BEHIND);
43
val btnCancel = view.findViewById<View>(R.id.dialog1) as Button
44
45
val textViewContent = view.findViewById<View>(R.id.dialog2) as TextView
0 commit comments