Skip to content

Instantly share code, notes, and snippets.

@manuelernesto
Created August 20, 2020 22:05
Show Gist options
  • Save manuelernesto/0a8f4eccc07831dc39a588b4fe02dd9a to your computer and use it in GitHub Desktop.
Save manuelernesto/0a8f4eccc07831dc39a588b4fe02dd9a to your computer and use it in GitHub Desktop.
...
<fragment
android:id="@+id/speakersFragment"
android:name="io.github.manuelernesto.listofspeakers.ui.SpeakersFragment"
android:label="@string/txt_cadastro"
tools:layout="@layout/fragment_speakers">
<action
android:id="@+id/to_homeFragment"
app:destination="@id/homeFragment" />
<argument
android:name="Palestrante"
android:defaultValue="@null"
app:argType="io.github.manuelernesto.listofspeakers.data.Palestrante"
app:nullable="true" />
</fragment>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment