diff --git a/app/src/main/res/layout-sw600dp/main_activity.xml b/app/src/main/res/layout-sw600dp/main_activity.xml
index ce8f96392..f0a4a89c7 100644
--- a/app/src/main/res/layout-sw600dp/main_activity.xml
+++ b/app/src/main/res/layout-sw600dp/main_activity.xml
@@ -76,7 +76,7 @@
android:layout_width="wrap_content"
android:layout_height="0dp"
app:itemIconTint="@color/nav_selector"
- app:itemRippleColor="?attr/rippleNavColor"
+ app:itemRippleColor="?attr/rippleSecondaryColor"
app:itemTextColor="@color/nav_selector"
app:labelVisibilityMode="labeled"
app:layout_constraintBottom_toBottomOf="parent"
diff --git a/app/src/main/res/layout/main_activity.xml b/app/src/main/res/layout/main_activity.xml
index 745ef3885..74b8004d1 100644
--- a/app/src/main/res/layout/main_activity.xml
+++ b/app/src/main/res/layout/main_activity.xml
@@ -82,7 +82,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom"
app:itemIconTint="@color/nav_selector"
- app:itemRippleColor="?attr/rippleNavColor"
+ app:itemRippleColor="?attr/rippleSecondaryColor"
app:itemTextColor="@color/nav_selector"
app:labelVisibilityMode="labeled"
app:layout_insetEdge="bottom"
diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml
index b19eefd78..e1b983818 100644
--- a/app/src/main/res/values/attrs.xml
+++ b/app/src/main/res/values/attrs.xml
@@ -22,6 +22,7 @@
-
+
+
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 1b768fa1f..4c43322e9 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -19,7 +19,8 @@
@color/md_black_1000_38
@color/md_black_1000_12
@color/md_black_1000_6
- @color/md_blue_A400_4
+ @color/md_blue_A400_4
+ @color/rippleColorLight
@color/md_grey_50
@color/md_white_1000
@color/md_blue_A400_38
@@ -31,7 +32,8 @@
@color/md_white_1000_50
@android:color/transparent
@color/md_white_1000_6
- #0A3399FF
+ #0A3399FF
+ @color/rippleColorDark
@color/colorDarkPrimaryDark
@color/colorDarkPrimary
@color/md_blue_A200_50
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 07351f3ee..2f7d92a3e 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -6,12 +6,16 @@
-
-
+
+
@@ -348,7 +352,7 @@
- 75dp
- scrollable
- @style/TextAppearance.Widget.Tab
- - ?attr/rippleNavColor
+ - ?attr/rippleSecondaryColor
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index e88bc1198..859335eef 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -36,13 +36,16 @@
- @color/textColorPrimaryDark
- @color/textColorSecondaryDark
- @color/textColorHintDark
- - @color/rippleColorLight
- - @color/rippleNavColorLight
- ?attr/colorAccent
- @color/dividerLight
- @drawable/line_divider
+
+ - @color/rippleColorLight
+ - @color/rippleSecondaryColorLight
+ - @color/rippleToolbarColorLight
+
- gravity
- locale
@@ -57,6 +60,7 @@
- @style/Theme.ActionMode
- @style/Theme.ActionMode.CloseButton
- @drawable/ic_close_24dp
+ - @style/Theme.Toolbar.Custom
- @style/ThemeOverlay.MaterialComponents
- @style/Theme.Toolbar.Navigation
- @style/PreferenceThemeCustom
@@ -104,7 +108,8 @@
- @color/textColorPrimaryDark
- @color/colorPrimaryDark
- @color/filterColorDark
- - @color/md_white_1000_6
+ - @color/md_white_1000_6
+ - @color/md_white_1000_12
- @style/Theme.Toolbar.Light
- false
- false
@@ -138,13 +143,16 @@
- @color/textColorPrimaryLight
- @color/textColorSecondaryLight
- @color/textColorHintLight
- - @color/rippleNavColorDark
- - @color/rippleColorDark
- ?attr/colorAccent
- @color/dividerDark
- @drawable/line_divider
+
+ - @color/rippleColorDark
+ - @color/rippleSecondaryColorDark
+ - @color/rippleToolbarColorDark
+
- ?attr/colorPrimary
- ?attr/colorPrimary
@@ -155,7 +163,7 @@
- @style/Theme.ActionMode
- @style/Theme.ActionMode.CloseButton
- @drawable/ic_close_24dp
- - @style/Theme.Toolbar.Custom
+ - @style/Theme.Toolbar.Custom.Dark
- @style/ThemeOverlay.MaterialComponents
- @style/Theme.Toolbar.Navigation
- @style/PreferenceThemeCustom
@@ -194,8 +202,8 @@
- @color/colorPrimary
- @color/textColorPrimaryDark
- @color/colorPrimary
-
- - @color/md_white_1000_6
+ - @color/md_black_1000_6
+ - @color/md_black_1000_12