You can use the static from() method from the LayoutInflater class:
LayoutInflater li = LayoutInflater.from(context);
You can use the static from() method from the LayoutInflater class:
LayoutInflater li = LayoutInflater.from(context);