diff --git a/app/src/main/res/layout/migration_bottom_sheet.xml b/app/src/main/res/layout/migration_bottom_sheet.xml
index cdaf3e39a..c23b2b05b 100644
--- a/app/src/main/res/layout/migration_bottom_sheet.xml
+++ b/app/src/main/res/layout/migration_bottom_sheet.xml
@@ -1,19 +1,19 @@
-
+ app:layout_constraintTop_toTopOf="parent"/>
+ android:text="@string/chapters"/>
+ android:text="@string/categories"/>
+ android:text="@string/track"/>
+ android:text="@string/log_extra"/>
@@ -84,12 +85,11 @@
android:id="@+id/options_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginStart="6dp"
android:layout_marginTop="8dp"
android:text="@string/action_settings"
android:textAppearance="?attr/textAppearanceTitleSmall"
app:layout_constraintStart_toStartOf="@+id/migration_data_scrollView"
- app:layout_constraintTop_toBottomOf="@+id/migration_data_scrollView" />
+ app:layout_constraintTop_toBottomOf="@+id/migration_data_scrollView"/>
+ android:text="@string/use_first_source"/>
+ android:text="@string/use_most_chapters"/>
+ app:layout_constraintTop_toBottomOf="@+id/sourceGroup"/>
+ app:layout_constraintTop_toBottomOf="@+id/use_smart_search"/>
+ app:layout_constraintTop_toBottomOf="@+id/extra_search_param"/>
+ app:layout_constraintEnd_toEndOf="@+id/Hide_not_found_manga"
+ app:layout_constraintStart_toStartOf="@+id/Hide_not_found_manga"
+ app:layout_constraintTop_toBottomOf="@+id/Hide_not_found_manga"/>
+ app:layout_constraintEnd_toEndOf="@+id/extra_search_param"
+ app:layout_constraintStart_toStartOf="@+id/extra_search_param"
+ app:layout_constraintTop_toBottomOf="@+id/extra_search_param_text"/>
+ app:layout_constraintTop_toTopOf="parent"/>
-
\ No newline at end of file
+
diff --git a/app/src/main/res/layout/migration_manga_card.xml b/app/src/main/res/layout/migration_manga_card.xml
index e3be83624..e5920f384 100644
--- a/app/src/main/res/layout/migration_manga_card.xml
+++ b/app/src/main/res/layout/migration_manga_card.xml
@@ -99,7 +99,6 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
- android:paddingBottom="20dp"
android:gravity="start"
android:orientation="vertical"
app:layout_constraintBottom_toBottomOf="parent"
@@ -107,28 +106,30 @@
app:layout_constraintStart_toStartOf="@id/card"
app:layout_constraintTop_toBottomOf="@id/card">
-
+ android:textIsSelectable="false"
+ app:layout_constraintLeft_toLeftOf="parent"
+ tools:layout_editor_absoluteY="57dp"/>
-
+ android:textColor="?android:attr/textColorSecondary"
+ android:textIsSelectable="false"/>
-
\ No newline at end of file
+
diff --git a/app/src/main/res/layout/migration_process_item.xml b/app/src/main/res/layout/migration_process_item.xml
index e3264bf3a..772b4820d 100644
--- a/app/src/main/res/layout/migration_process_item.xml
+++ b/app/src/main/res/layout/migration_process_item.xml
@@ -10,64 +10,70 @@
layout="@layout/migration_manga_card"
android:layout_width="150dp"
android:layout_height="wrap_content"
+ android:layout_marginStart="16dp"
+ android:layout_marginTop="8dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/imageView"
app:layout_constraintHorizontal_bias="0.5"
app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent" />
+ app:layout_constraintTop_toTopOf="parent"/>
+ app:tint="?attr/colorOnBackground"/>
+ app:layout_constraintTop_toTopOf="parent"/>
+ app:tint="?attr/colorOnBackground"/>
-
\ No newline at end of file
+ app:tint="?attr/colorOnBackground"/>
+