|
@@ -13,7 +13,7 @@
|
|
|
android:layout_marginEnd="16dp"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:layout_marginTop="8dp"
|
|
|
- android:text="@string/viewer_setting_page_background_and_display"
|
|
|
+ android:text="@string/reader_setting_page_theme"
|
|
|
android:textColor="#030303"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintRight_toRightOf="parent" />
|
|
@@ -26,7 +26,7 @@
|
|
|
android:layout_marginLeft="16dp"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:background="#0000"
|
|
|
- android:contentDescription="@string/viewer_setting_page_background_and_display"
|
|
|
+ android:contentDescription="@string/reader_setting_page_theme"
|
|
|
android:src="@drawable/selector_day_mode"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_readingMode" />
|
|
@@ -39,7 +39,7 @@
|
|
|
android:layout_marginLeft="24dp"
|
|
|
android:layout_marginStart="24dp"
|
|
|
android:background="#0000"
|
|
|
- android:contentDescription="@string/viewer_setting_page_background_and_display"
|
|
|
+ android:contentDescription="@string/reader_setting_page_theme"
|
|
|
android:src="@drawable/selector_lilac_mode"
|
|
|
app:layout_constraintLeft_toRightOf="@+id/btn_readingMode_day"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_readingMode" />
|
|
@@ -52,7 +52,7 @@
|
|
|
android:layout_marginLeft="24dp"
|
|
|
android:layout_marginStart="24dp"
|
|
|
android:background="#0000"
|
|
|
- android:contentDescription="@string/viewer_setting_page_background_and_display"
|
|
|
+ android:contentDescription="@string/reader_setting_page_theme"
|
|
|
android:src="@drawable/selector_night_mode"
|
|
|
app:layout_constraintLeft_toRightOf="@+id/btn_readingMode_lilac"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_readingMode" />
|
|
@@ -74,7 +74,7 @@
|
|
|
android:layout_marginLeft="24dp"
|
|
|
android:layout_marginStart="24dp"
|
|
|
android:background="#0000"
|
|
|
- android:contentDescription="@string/viewer_setting_page_background_and_display"
|
|
|
+ android:contentDescription="@string/reader_setting_page_theme"
|
|
|
android:src="@drawable/selector_sefia_mode"
|
|
|
app:layout_constraintLeft_toRightOf="@+id/btn_readingMode_night"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tv_readingMode" />
|