Skip to content

Instantly share code, notes, and snippets.

@illuzor
Created September 22, 2018 21:06
Embed
What would you like to do?
package com.illuzor.lesson.wallpapers.screens
import com.illuzor.lesson.wallpapers.R
class WallpaperFragment : AbstractFragment() {
override val layoutId = R.layout.fragment_wallpaper
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment