Unified Import Source configuration, added concurrency prevention and combined UI

This commit is contained in:
2026-09-21 13:24:29 -07:00
committed by Tom
parent cb26cec7bc
commit f74e21e7d9
9 changed files with 165 additions and 160 deletions

View File

@@ -41,17 +41,10 @@
android:text="@string/action_import_monster_from_file" />
<Button
android:id="@+id/button_import_open5e"
android:id="@+id/button_import_source"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="@string/action_import_from_open5e" />
<Button
android:id="@+id/button_import_github"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="@string/action_import_from_github" />
android:text="@string/action_import_from_source" />
</LinearLayout>