init 03.2: Define navigation paths

This commit is contained in:
skysamara 2020-02-19 16:30:12 +03:00
parent 5669a0c3f6
commit 436fff9aa9

View File

@ -37,4 +37,6 @@ class MainActivity : AppCompatActivity() {
// TODO (03) Use DataBindingUtil.inflate to inflate and return the titleFragment in onCreateView // TODO (03) Use DataBindingUtil.inflate to inflate and return the titleFragment in onCreateView
// In our new TitleFragment // In our new TitleFragment
// R.layout.fragment_title // R.layout.fragment_title
//init
} }