NextFaze / power-adapters

Composable adapters for Android RecyclerViews and ListViews
Apache License 2.0
108 stars 13 forks source link

Refactor DataLayout to be a non-View #19

Open BenTilbrook opened 8 years ago

BenTilbrook commented 8 years ago

Refactor DataLayout so it's no longer a subclass of RelativeLayout or any other View subclass. This will allow it to be used with ConstraintLayout.

Implementation notes: