Added Github Repo Import Worker and Framework

This commit is contained in:
2026-09-21 13:17:13 -07:00
committed by Tom
parent 8249c68266
commit cb26cec7bc
8 changed files with 306 additions and 0 deletions

View File

@@ -47,4 +47,11 @@
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" />
</LinearLayout>