Skip to content

Instantly share code, notes, and snippets.

@TorkelV
Created August 11, 2021 10:20
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 TorkelV/20a57a7facc439bb9f889228e00a3672 to your computer and use it in GitHub Desktop.
Save TorkelV/20a57a7facc439bb9f889228e00a3672 to your computer and use it in GitHub Desktop.
<fragment
android:id="@+id/home_fragment"
android:name="no.shortcut.HomeFragment">
</fragment>
<action
android:id="@+id/to_account"
app:destination="@id/account_fragment"/>
<fragment
id="@+id/account_fragment"
name="no.shortcut.AccountFragment">
<argument
android:name="id"
app:argType="string"/>
</fragment>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment