Skip to content

Instantly share code, notes, and snippets.

@illuzor
Created September 21, 2018 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save illuzor/0272a38c81a8d125382a375e86d6daa8 to your computer and use it in GitHub Desktop.
Save illuzor/0272a38c81a8d125382a375e86d6daa8 to your computer and use it in GitHub Desktop.
package com.illuzor.lesson.wallpapers.screens
import com.illuzor.lesson.wallpapers.R
class CategoriesActivity : AbstractActivity() {
override val layoutId = R.layout.activity_fragment
override fun getFragment() = CategoriesFragment()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment