Skip to content

Instantly share code, notes, and snippets.

@plnice
Created February 1, 2020 11:30
Show Gist options
  • Save plnice/192d0090e7ee17efd63255a73c37c841 to your computer and use it in GitHub Desktop.
Save plnice/192d0090e7ee17efd63255a73c37c841 to your computer and use it in GitHub Desktop.
Layout resource ID in the Activity/Fragment constructor
class MyActivity : AppCompatActivity(R.layout.my_activity)
class MyFragmentActivity: FragmentActivity(R.layout.my_fragment_activity)
class MyFragment : Fragment(R.layout.my_fragment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment