view.findViewById<Button>(R.id.button_login).setOnClickListener {
            onLoginButtonPress()
        }