disposable UI; loading screen mockup (i heard like loading screen -- sonic 06)

This commit is contained in:
minjaesong
2017-07-13 17:53:40 +09:00
parent fb899dae2d
commit 2a5cb3ee38
33 changed files with 253 additions and 33 deletions

View File

@@ -69,4 +69,8 @@ class UIItemImageGallery(
override fun scrolled(amount: Int): Boolean {
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
}
override fun dispose() {
imageList.forEach { it.dispose() }
}
}