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 888571303..b7fc2db90 100755 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -320,6 +320,7 @@ false @android:color/transparent + ?attr/rippleColor top @color/button_action_selector @@ -359,6 +360,7 @@ 75dp scrollable @style/TextAppearance.Widget.Tab + ?attr/rippleNavColor @@ -382,12 +384,8 @@ - - - diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index b011fb863..204122f77 100755 --- 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 @@ -158,7 +159,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 @@ -195,6 +196,8 @@ @color/textColorPrimaryDark @color/colorPrimary @color/colorPrimary + + @color/md_white_1000_6