Simplify ViewResolver type
Created by: lguychard
A ViewResolver
is now simply a function that takes a container as input and returns Iterable<View>
, instead of being defined with a selector and a resolveView()
function.
Created by: lguychard
A ViewResolver
is now simply a function that takes a container as input and returns Iterable<View>
, instead of being defined with a selector and a resolveView()
function.