Adds option to import from Open5e.com

This commit is contained in:
2026-09-21 12:08:25 -07:00
committed by Tom
parent d099d878a0
commit 338a7e4c0e
8 changed files with 262 additions and 21 deletions

View File

@@ -40,4 +40,11 @@
android:layout_height="wrap_content"
android:text="@string/action_import_monster_from_file" />
<Button
android:id="@+id/button_import_open5e"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="@string/action_import_from_open5e" />
</LinearLayout>