Using "Reading mode" instead of "Viewer for series"

This commit is contained in:
Jays2Kings 2021-04-14 20:49:15 -04:00
parent 71e6c3132f
commit eabf5e2a8b
2 changed files with 21 additions and 2 deletions

View File

@ -21,14 +21,32 @@
android:paddingTop="0dp"
android:paddingEnd="@dimen/material_component_dialogs_padding_around_content_area">
<com.google.android.material.textview.MaterialTextView
style="@style/TextAppearance.MaterialComponents.Headline6"
android:textSize="15sp"
android:layout_width="match_parent"
android:textColor="?colorAccent"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:text="@string/series" />
<eu.kanade.tachiyomi.widget.MaterialSpinnerView
android:id="@+id/viewer_series"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
app:title="@string/viewer_for_this_series"
app:title="@string/reading_mode"
android:entries="@array/viewers_selector" />
<com.google.android.material.textview.MaterialTextView
style="@style/TextAppearance.MaterialComponents.Headline6"
android:textSize="15sp"
android:layout_width="match_parent"
android:textColor="?colorAccent"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:text="@string/general" />
<eu.kanade.tachiyomi.widget.MaterialSpinnerView
android:id="@+id/rotation_mode"
android:layout_width="match_parent"

View File

@ -128,6 +128,7 @@
<string name="read_progress">Read progress</string>
<string name="series_type">Series type</string>
<string name="series">Series</string>
<string name="group_library_by">Group library by…</string>
<string name="tracking_status">Tracking status</string>
<string name="ungrouped">Ungrouped</string>
@ -290,7 +291,7 @@
<string name="next_chapter_not_found">Next chapter not found</string>
<string name="decode_image_error">The image could not be decoded</string>
<string name="use_image_as_cover">Use this image as cover art?</string>
<string name="viewer_for_this_series">Viewer for this series</string>
<string name="reading_mode">Reading mode</string>
<string name="finished_chapter">Finished:</string>
<string name="current_chapter">Current:</string>
<string name="next_title">Next:</string>