summaryrefslogtreecommitdiff
path: root/core/src/main/res/values
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-08-06 16:55:29 +0200
committerByteHamster <info@bytehamster.com>2022-09-18 19:12:41 +0200
commite5d2d1b6ef6eec995e2ef7e714653567e349e59e (patch)
tree048d2ac7cbe88b6066281a234c4e4f80f1560abc /core/src/main/res/values
parentcbfa0181f48e601a18d87f9f699f48460dd61acd (diff)
downloadAntennaPod-e5d2d1b6ef6eec995e2ef7e714653567e349e59e.zip
Migrate navigation drawer to Material3
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r--core/src/main/res/values/colors.xml3
-rw-r--r--core/src/main/res/values/styles.xml4
2 files changed, 4 insertions, 3 deletions
diff --git a/core/src/main/res/values/colors.xml b/core/src/main/res/values/colors.xml
index 859b64367..d8a860af6 100644
--- a/core/src/main/res/values/colors.xml
+++ b/core/src/main/res/values/colors.xml
@@ -25,10 +25,11 @@
<color name="non_square_icon_background">#22777777</color>
<color name="seek_background_light">#90000000</color>
<color name="seek_background_dark">#905B5B5B</color>
- <color name="navigation_bar_divider_light">#1F000000</color>
<color name="accent_light">#0078C2</color>
+ <color name="accent_light_alpha">#250078C2</color>
<color name="accent_dark">#3D8BFF</color>
+ <color name="accent_dark_alpha">#253D8BFF</color>
<color name="icon_background_gradient_start">#0ba2ff</color>
<color name="icon_background_gradient_end">#0878ff</color>
diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml
index e3e23c1d2..a1e93aad3 100644
--- a/core/src/main/res/values/styles.xml
+++ b/core/src/main/res/values/styles.xml
@@ -21,7 +21,7 @@
<item name="master_switch_background">@color/master_switch_background_light</item>
<item name="currently_playing_background">@color/highlight_light</item>
<item name="action_icon_color">@color/black</item>
- <item name="drawer_activated_color">@color/highlight_light</item>
+ <item name="drawer_activated_color">@color/accent_light_alpha</item>
<item name="android:textAllCaps">false</item>
<item name="android:textColorHint">@color/grey600</item>
<item name="seek_background">@color/seek_background_light</item>
@@ -56,7 +56,7 @@
<item name="background_elevated">@color/background_elevated_darktheme</item>
<item name="colorControlNormal">@color/white</item>
<item name="progressBarTheme">@style/ProgressBarDark</item>
- <item name="drawer_activated_color">@color/highlight_dark</item>
+ <item name="drawer_activated_color">@color/accent_dark_alpha</item>
<item name="master_switch_background">@color/master_switch_background_dark</item>
<item name="currently_playing_background">@color/highlight_dark</item>
<item name="action_icon_color">@color/white</item>