Passing null for root studio gives me this warning:
Avoid passing null as the view root (need to resolve layout parameters on the inflated layout\'s r
For AlertDialog bellow code can be used
AlertDialog
convertView = layoutInflater.inflate(R.layout.list_item, findViewById(android.R.id.content), false);