mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-14 03:55:06 +01:00
Rename custom reader spinner view
This commit is contained in:
parent
a2c7705d07
commit
6a5770b913
@ -13,7 +13,7 @@ import eu.kanade.tachiyomi.R
|
|||||||
import kotlinx.android.synthetic.main.reader_preference.view.*
|
import kotlinx.android.synthetic.main.reader_preference.view.*
|
||||||
|
|
||||||
|
|
||||||
class ReaderPreferenceView @JvmOverloads constructor(context: Context, attrs: AttributeSet?) :
|
class ReaderSpinnerView @JvmOverloads constructor(context: Context, attrs: AttributeSet?) :
|
||||||
FrameLayout(context, attrs) {
|
FrameLayout(context, attrs) {
|
||||||
|
|
||||||
|
|
@ -171,7 +171,7 @@
|
|||||||
|
|
||||||
<!-- Filter mode -->
|
<!-- Filter mode -->
|
||||||
|
|
||||||
<eu.kanade.tachiyomi.ui.reader.settings.ReaderPreferenceView
|
<eu.kanade.tachiyomi.ui.reader.settings.ReaderSpinnerView
|
||||||
android:id="@+id/color_filter_mode"
|
android:id="@+id/color_filter_mode"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
android:paddingTop="0dp"
|
android:paddingTop="0dp"
|
||||||
android:paddingEnd="@dimen/material_component_dialogs_padding_around_content_area">
|
android:paddingEnd="@dimen/material_component_dialogs_padding_around_content_area">
|
||||||
|
|
||||||
<eu.kanade.tachiyomi.ui.reader.settings.ReaderPreferenceView
|
<eu.kanade.tachiyomi.ui.reader.settings.ReaderSpinnerView
|
||||||
android:id="@+id/viewer_series"
|
android:id="@+id/viewer_series"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
@ -29,7 +29,7 @@
|
|||||||
app:title="@string/viewer_for_this_series"
|
app:title="@string/viewer_for_this_series"
|
||||||
android:entries="@array/viewers_selector" />
|
android:entries="@array/viewers_selector" />
|
||||||
|
|
||||||
<eu.kanade.tachiyomi.ui.reader.settings.ReaderPreferenceView
|
<eu.kanade.tachiyomi.ui.reader.settings.ReaderSpinnerView
|
||||||
android:id="@+id/rotation_mode"
|
android:id="@+id/rotation_mode"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
@ -37,7 +37,7 @@
|
|||||||
app:title="@string/rotation"
|
app:title="@string/rotation"
|
||||||
android:entries="@array/rotation_type" />
|
android:entries="@array/rotation_type" />
|
||||||
|
|
||||||
<eu.kanade.tachiyomi.ui.reader.settings.ReaderPreferenceView
|
<eu.kanade.tachiyomi.ui.reader.settings.ReaderSpinnerView
|
||||||
android:id="@+id/background_color"
|
android:id="@+id/background_color"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
android:paddingTop="0dp"
|
android:paddingTop="0dp"
|
||||||
android:paddingEnd="@dimen/material_component_dialogs_padding_around_content_area">
|
android:paddingEnd="@dimen/material_component_dialogs_padding_around_content_area">
|
||||||
|
|
||||||
<eu.kanade.tachiyomi.ui.reader.settings.ReaderPreferenceView
|
<eu.kanade.tachiyomi.ui.reader.settings.ReaderSpinnerView
|
||||||
android:id="@+id/scale_type"
|
android:id="@+id/scale_type"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
@ -24,7 +24,7 @@
|
|||||||
app:title="@string/scale_type"
|
app:title="@string/scale_type"
|
||||||
android:entries="@array/image_scale_type" />
|
android:entries="@array/image_scale_type" />
|
||||||
|
|
||||||
<eu.kanade.tachiyomi.ui.reader.settings.ReaderPreferenceView
|
<eu.kanade.tachiyomi.ui.reader.settings.ReaderSpinnerView
|
||||||
android:id="@+id/zoom_start"
|
android:id="@+id/zoom_start"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
<!-- Webtoon Prefs -->
|
<!-- Webtoon Prefs -->
|
||||||
|
|
||||||
<eu.kanade.tachiyomi.ui.reader.settings.ReaderPreferenceView
|
<eu.kanade.tachiyomi.ui.reader.settings.ReaderSpinnerView
|
||||||
android:id="@+id/webtoon_side_padding"
|
android:id="@+id/webtoon_side_padding"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
Loading…
Reference in New Issue
Block a user