diff --git a/app/src/main/res/layout/reader_activity.xml b/app/src/main/res/layout/reader_activity.xml index 39bd8ac28..93e55b683 100755 --- a/app/src/main/res/layout/reader_activity.xml +++ b/app/src/main/res/layout/reader_activity.xml @@ -167,7 +167,7 @@ android:background="?selectableItemBackgroundBorderless" android:contentDescription="@string/action_next_chapter" android:padding="@dimen/material_layout_keylines_screen_edge_margin" - android:tint="?attr/colorOnSurface" + android:tint="?attr/colorOnPrimary" app:srcCompat="@drawable/ic_format_list_numbered_24dp" /> diff --git a/app/src/main/res/layout/reader_chapters_sheet.xml b/app/src/main/res/layout/reader_chapters_sheet.xml index 41ef6eedf..dfc181d4f 100644 --- a/app/src/main/res/layout/reader_chapters_sheet.xml +++ b/app/src/main/res/layout/reader_chapters_sheet.xml @@ -34,7 +34,7 @@ android:background="?selectableItemBackgroundBorderless" android:contentDescription="@string/action_open_in_web_view" android:padding="@dimen/material_layout_keylines_screen_edge_margin" - android:tint="?attr/colorOnSurface" + android:tint="?attr/colorOnBackground" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" @@ -54,7 +54,7 @@ android:layout_width="100dp" android:layout_height="match_parent" android:gravity="center" - android:textColor="?attr/colorOnSurface" + android:textColor="?attr/colorOnBackground" android:textSize="15sp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" @@ -66,7 +66,6 @@ android:id="@+id/chapter_recycler" android:layout_width="match_parent" android:layout_height="244dp" - android:background="?attr/colorSurface" android:clipToPadding="false" tools:listitem="@layout/reader_chapter_item" />