Inspection now complains about Use of LayoutInflater.from().
Use of LayoutInflater.from(...Context) detected. Consider using getLayoutInflater() instead
So I have to change perfectly working code ONCE AGAIN to get rid of stupid warnings that have been added by one of the constantly forced SDK upgrades...