Makes EditMonsterFragment load the monster based with the id passed in and show it's name in the title.

This commit is contained in:
2021-05-27 03:24:33 -07:00
parent 4ff945301f
commit acef784c6d
3 changed files with 70 additions and 8 deletions

View File

@@ -34,6 +34,7 @@
<string name="label_legendary_actions">Legendary Actions</string>
<string name="label_lair_actions">Lair Actions</string>
<string name="label_regional_actions">Regional Actions</string>
<string name="title_edit_monster">Edit %1$s</string>
<string name="default_monster_name">Unnamed Monster</string>
<string name="snackbar_failed_to_create_monster">Failed to create monster</string>
<string name="snackbar_monster_created">%1$s created</string>