Added Auto Webtoon Mode

This commit is contained in:
Jobobby04
2020-05-19 22:00:58 -04:00
parent e4d8fea138
commit 43098aa61b
9 changed files with 38 additions and 11 deletions

View File

@@ -171,11 +171,19 @@
android:textColor="?android:attr/textColorSecondary"
app:layout_constraintTop_toBottomOf="@id/true_color" />
<com.google.android.material.switchmaterial.SwitchMaterial
android:id="@+id/auto_webtoon_mode"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/eh_auto_webtoon_mode"
android:textColor="?android:attr/textColorSecondary"
app:layout_constraintTop_toBottomOf="@id/always_show_chapter_transition" />
<android.widget.Space
android:id="@+id/end_general_preferences"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toBottomOf="@id/always_show_chapter_transition" />
app:layout_constraintBottom_toBottomOf="@id/auto_webtoon_mode" />
<!-- Pager preferences -->

View File

@@ -105,6 +105,7 @@
<string name="eh_batch_add_button">Add Galleries</string>
<string name="eh_batch_add_adding_galleries">Adding galleries…</string>
<string name="eh_batch_add_finish">Finish</string>
<string name="eh_auto_webtoon_mode">Auto Webtoon Mode Detection</string>
<!-- AZ -->
<string name="az_recommends">See Recommendations</string>