Replaces EditMonsterFragment with a basic ConstraintLayout.

This commit is contained in:
2021-05-27 01:15:46 -07:00
parent 41ac263321
commit 76027ca186
8 changed files with 64 additions and 165 deletions

View File

@@ -59,9 +59,9 @@
</fragment>
<fragment
android:id="@+id/editMonsterFragment"
android:name="com.majinnaibu.monstercards.ui.monster.EditMonsterFragment"
android:label="fragment_edit_monster_list"
tools:layout="@layout/fragment_edit_monster_list" >
android:name="com.majinnaibu.monstercards.ui.editmonster.EditMonsterFragment"
android:label="fragment_edit_monster"
tools:layout="@layout/fragment_edit_monster" >
<argument
android:name="monster_id"
app:argType="string" />