This commit is contained in:
inorichi 2017-08-28 10:13:27 +02:00
parent 3c550c1781
commit e6ff9e18cc

View File

@ -228,6 +228,7 @@ open class CatalogueController(bundle: Bundle? = null) :
val recycler = if (presenter.isListMode) {
RecyclerView(view.context).apply {
id = R.id.recycler
layoutManager = LinearLayoutManager(context)
addItemDecoration(DividerItemDecoration(context, DividerItemDecoration.VERTICAL))
}