Skip to content

Instantly share code, notes, and snippets.

@TorkelV
Created August 11, 2021 07:09
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/1e5f9d4028b395c4ae65c9c71fb85a48 to your computer and use it in GitHub Desktop.
Save TorkelV/1e5f9d4028b395c4ae65c9c71fb85a48 to your computer and use it in GitHub Desktop.
<fragment
android:id="@+id/home_fragment"
android:name="no.shortcut.HomeFragment">
<action
android:id="@+id/to_account"
app:destination="@id/account_fragment"/>
</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