Skip to content

Instantly share code, notes, and snippets.

@tieorange
Last active March 22, 2018 11:57
Show Gist options
  • Save tieorange/23bd2aebd8218c32dd3b8893ca2a808e to your computer and use it in GitHub Desktop.
Save tieorange/23bd2aebd8218c32dd3b8893ca2a808e to your computer and use it in GitHub Desktop.
MainActivityView.kt
class MainActivityView @Inject constructor() : PresentedActivityView<MainActivityPresenter>() {
@LayoutRes override val layoutResId = R.layout.activity_main
val slideShowImage: ImageView by bindView(R.id.slideShowImage)
override fun onViewsBound() {
TNImageView().makeRotatableScalable(slideShowImage)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment