diff --git a/app/src/main/res/drawable/ripple_dark.xml b/app/src/main/res/drawable/ripple_background.xml
similarity index 71%
rename from app/src/main/res/drawable/ripple_dark.xml
rename to app/src/main/res/drawable/ripple_background.xml
index 82fdde550..7c5163602 100644
--- a/app/src/main/res/drawable/ripple_dark.xml
+++ b/app/src/main/res/drawable/ripple_background.xml
@@ -1,5 +1,5 @@
-
+
diff --git a/app/src/main/res/drawable/ripple_light.xml b/app/src/main/res/drawable/ripple_light.xml
deleted file mode 100644
index a2bfca1d9..000000000
--- a/app/src/main/res/drawable/ripple_light.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
diff --git a/app/src/main/res/layout/common_tabbed_sheet.xml b/app/src/main/res/layout/common_tabbed_sheet.xml
index cc62721b9..39a8044a9 100644
--- a/app/src/main/res/layout/common_tabbed_sheet.xml
+++ b/app/src/main/res/layout/common_tabbed_sheet.xml
@@ -24,7 +24,6 @@
app:tabGravity="fill"
app:tabIndicatorColor="?attr/colorAccent"
app:tabMode="fixed"
- app:tabRippleColor="?attr/rippleNavColor"
app:tabTextColor="@color/tabs_selector_background" />
+ android:layout_height="wrap_content" />
+ android:layout_height="wrap_content" />
+ app:layout_constraintTop_toBottomOf="@+id/manga_info" />
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 7b158ea97..07351f3ee 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -308,6 +308,7 @@
- false
- @android:color/transparent
+ - ?attr/rippleColor
- top
- @color/button_action_selector
@@ -347,6 +348,7 @@
- 75dp
- scrollable
- @style/TextAppearance.Widget.Tab
+ - ?attr/rippleNavColor
@@ -370,12 +372,8 @@
-
-
-
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index 4477d23f7..e88bc1198 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -59,7 +59,7 @@
- @drawable/ic_close_24dp
- @style/ThemeOverlay.MaterialComponents
- @style/Theme.Toolbar.Navigation
- - @style/PreferenceThemeLight
+ - @style/PreferenceThemeCustom
- @style/Theme.AlertDialog.Light
- @style/Theme.AlertDialog.Light
- @style/Theme.BottomSheet
@@ -104,6 +104,7 @@
- @color/textColorPrimaryDark
- @color/colorPrimaryDark
- @color/filterColorDark
+ - @color/md_white_1000_6
- @style/Theme.Toolbar.Light
- false
- false
@@ -157,7 +158,7 @@
- @style/Theme.Toolbar.Custom
- @style/ThemeOverlay.MaterialComponents
- @style/Theme.Toolbar.Navigation
- - @style/PreferenceThemeDark
+ - @style/PreferenceThemeCustom
- @style/Theme.AlertDialog.Dark
- @style/Theme.AlertDialog.Dark
- @style/Theme.BottomSheet
@@ -193,6 +194,8 @@
- @color/colorPrimary
- @color/textColorPrimaryDark
- @color/colorPrimary
+
+ - @color/md_white_1000_6