Add a new screen to help migrating manga from sources

This commit is contained in:
inorichi
2018-01-12 22:02:05 +01:00
parent b0482003bd
commit a75457ad88
25 changed files with 842 additions and 62 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.RecyclerView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/migration_recycler"
android:layout_width="match_parent"
android:layout_height="match_parent"/>