Albirew/tachiyomi
Archivé
1
0
Bifurcation 0
Cette révision appartient à :
inorichi 2017-08-28 10:13:27 +02:00
Parent 3c550c1781
révision e6ff9e18cc

Voir le fichier

@ -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))
}