Change filters dialog with a drawer

This commit is contained in:
len
2017-01-02 12:09:23 +01:00
parent d3e9200a7f
commit c25af3d5ad
18 changed files with 481 additions and 320 deletions
@@ -39,6 +39,7 @@ class LibraryNavigationView @JvmOverloads constructor(context: Context, attrs: A
init {
recycler.adapter = adapter
addView(recycler)
groups.forEach { it.initModels() }
}