You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other layout managers, such as LinearLayoutManager, its subclass GridLayoutManager, and StaggeredGridLayoutManager have constructors that accept a Context object "used to access resources ... when layout manager is set in XML by RecyclerView attribute "layoutManager"".
The text was updated successfully, but these errors were encountered:
Dev-iL
changed the title
FlowLayoutManager should be constructed using a Context
FlowLayoutManager should be constructable using a Context to support setting from XML
Mar 5, 2016
Dev-iL
referenced
this issue
in Dev-iL/android-flowlayout
Mar 6, 2016
Other layout managers, such as
LinearLayoutManager
, its subclassGridLayoutManager
, andStaggeredGridLayoutManager
have constructors that accept aContext
object "used to access resources ... when layout manager is set in XML byRecyclerView
attribute"layoutManager"
".The text was updated successfully, but these errors were encountered: