diff options
author | flofriday <flohacksfriday@gmail.com> | 2024-05-06 22:04:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-06 22:04:24 +0200 |
commit | 6f572faa778de22cf50b10f23897cf869d0794b4 (patch) | |
tree | ee18031a8f5e954b3524dc7fea4d1379ad0f6920 | |
parent | ba14510b80bc7340c68ae298c795ad62c35c86a0 (diff) | |
download | AntennaPod-6f572faa778de22cf50b10f23897cf869d0794b4.zip |
Fix inconsistent icons in the app toolbar. (#7163)
11 files changed, 12 insertions, 18 deletions
diff --git a/app/src/main/java/de/danoeh/antennapod/ui/screen/feed/FeedItemlistFragment.java b/app/src/main/java/de/danoeh/antennapod/ui/screen/feed/FeedItemlistFragment.java index 9bc45a235..3c6931794 100644 --- a/app/src/main/java/de/danoeh/antennapod/ui/screen/feed/FeedItemlistFragment.java +++ b/app/src/main/java/de/danoeh/antennapod/ui/screen/feed/FeedItemlistFragment.java @@ -157,7 +157,7 @@ public class FeedItemlistFragment extends Fragment implements AdapterView.OnItem viewBinding.progressBar.setVisibility(View.VISIBLE); ToolbarIconTintManager iconTintManager = new ToolbarIconTintManager( - getContext(), viewBinding.toolbar, viewBinding.collapsingToolbar) { + viewBinding.toolbar.getContext(), viewBinding.toolbar, viewBinding.collapsingToolbar) { @Override protected void doTint(Context themedContext) { viewBinding.toolbar.getMenu().findItem(R.id.refresh_item) diff --git a/app/src/main/res/layout/addfeed.xml b/app/src/main/res/layout/addfeed.xml index f4455afd2..e402e0401 100644 --- a/app/src/main/res/layout/addfeed.xml +++ b/app/src/main/res/layout/addfeed.xml @@ -18,7 +18,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?attr/actionBarSize" - android:theme="?attr/actionBarTheme" app:title="@string/add_feed_label" app:navigationContentDescription="@string/toolbar_back_button_content_description" app:navigationIcon="?homeAsUpIndicator" /> diff --git a/app/src/main/res/layout/audioplayer_fragment.xml b/app/src/main/res/layout/audioplayer_fragment.xml index 5f4775141..db109bbd3 100644 --- a/app/src/main/res/layout/audioplayer_fragment.xml +++ b/app/src/main/res/layout/audioplayer_fragment.xml @@ -26,7 +26,6 @@ android:layout_height="wrap_content" android:layout_alignParentTop="true" android:minHeight="?attr/actionBarSize" - android:theme="?attr/actionBarTheme" app:navigationContentDescription="@string/toolbar_back_button_content_description" app:navigationIcon="@drawable/ic_arrow_down" /> diff --git a/app/src/main/res/layout/download_log_fragment.xml b/app/src/main/res/layout/download_log_fragment.xml index 08473533b..284f525ee 100644 --- a/app/src/main/res/layout/download_log_fragment.xml +++ b/app/src/main/res/layout/download_log_fragment.xml @@ -11,7 +11,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?attr/actionBarSize" - android:theme="?attr/actionBarTheme" android:layout_alignParentTop="true" app:title="@string/downloads_log_label" /> diff --git a/app/src/main/res/layout/feedinfo.xml b/app/src/main/res/layout/feedinfo.xml index 1a6d8ce93..d1acc1e37 100644 --- a/app/src/main/res/layout/feedinfo.xml +++ b/app/src/main/res/layout/feedinfo.xml @@ -41,7 +41,6 @@ android:layout_height="wrap_content" android:layout_alignParentTop="true" android:minHeight="?attr/actionBarSize" - android:theme="?attr/actionBarTheme" app:layout_collapseMode="pin" app:navigationContentDescription="@string/toolbar_back_button_content_description" app:navigationIcon="?homeAsUpIndicator" /> diff --git a/app/src/main/res/layout/feeditem_pager_fragment.xml b/app/src/main/res/layout/feeditem_pager_fragment.xml index 604e7a703..3062c8edb 100644 --- a/app/src/main/res/layout/feeditem_pager_fragment.xml +++ b/app/src/main/res/layout/feeditem_pager_fragment.xml @@ -12,7 +12,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?attr/actionBarSize" - android:theme="?attr/actionBarTheme" app:navigationContentDescription="@string/toolbar_back_button_content_description" app:navigationIcon="?homeAsUpIndicator" /> diff --git a/app/src/main/res/layout/feedsettings.xml b/app/src/main/res/layout/feedsettings.xml index b9a220a02..b64f8262c 100644 --- a/app/src/main/res/layout/feedsettings.xml +++ b/app/src/main/res/layout/feedsettings.xml @@ -12,8 +12,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?attr/actionBarSize" - android:theme="?attr/actionBarTheme" - android:elevation="4dp" app:title="@string/feed_settings_label" app:navigationContentDescription="@string/toolbar_back_button_content_description" app:navigationIcon="?homeAsUpIndicator" /> diff --git a/app/src/main/res/layout/search_fragment.xml b/app/src/main/res/layout/search_fragment.xml index e398bb83d..445a5c705 100644 --- a/app/src/main/res/layout/search_fragment.xml +++ b/app/src/main/res/layout/search_fragment.xml @@ -17,7 +17,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?attr/actionBarSize" - android:theme="?attr/actionBarTheme" app:title="@string/search_label" app:navigationContentDescription="@string/toolbar_back_button_content_description" app:navigationIcon="?homeAsUpIndicator" /> diff --git a/app/src/main/res/layout/subscription_selection_activity.xml b/app/src/main/res/layout/subscription_selection_activity.xml index 0331923e6..2865b5a59 100644 --- a/app/src/main/res/layout/subscription_selection_activity.xml +++ b/app/src/main/res/layout/subscription_selection_activity.xml @@ -25,7 +25,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?attr/actionBarSize" - android:theme="?attr/actionBarTheme" android:layout_alignParentTop="true" /> <View diff --git a/ui/common/src/main/res/values/styles.xml b/ui/common/src/main/res/values/styles.xml index da227d163..90e59dac5 100644 --- a/ui/common/src/main/res/values/styles.xml +++ b/ui/common/src/main/res/values/styles.xml @@ -12,7 +12,6 @@ <style name="Theme.Base.AntennaPod.Dynamic.Light" parent="Theme.Material3.DynamicColors.Light"> <item name="progressBarTheme">@style/ProgressBarLight</item> <item name="background_color">@color/background_light</item> - <item name="actionBarStyle">@style/Widget.AntennaPod.ActionBar</item> <item name="background_elevated">@color/background_elevated_light</item> <item name="action_icon_color">@color/black</item> <item name="android:textAllCaps">false</item> @@ -27,6 +26,7 @@ <item name="android:splitMotionEvents">false</item> <item name="android:fitsSystemWindows">false</item> <item name="android:windowContentTransitions">true</item> + <item name="toolbarStyle">@style/Style.AntennaPod.Toolbar</item> <item name="preferenceTheme">@style/AppPreferenceThemeOverlay</item> </style> @@ -52,7 +52,6 @@ <style name="Theme.Base.AntennaPod.Dynamic.Dark" parent="Theme.Material3.DynamicColors.Dark"> <item name="progressBarTheme">@style/ProgressBarDark</item> <item name="background_color">@color/background_darktheme</item> - <item name="actionBarStyle">@style/Widget.AntennaPod.ActionBar</item> <item name="background_elevated">@color/background_elevated_darktheme</item> <item name="action_icon_color">@color/white</item> <item name="android:textAllCaps">false</item> @@ -70,6 +69,7 @@ <item name="android:windowLightStatusBar" tools:targetApi="m">false</item> <item name="android:windowContentTransitions">true</item> <item name="android:navigationBarColor">@color/background_darktheme</item> + <item name="toolbarStyle">@style/Style.AntennaPod.Toolbar</item> <item name="preferenceTheme">@style/AppPreferenceThemeOverlay</item> </style> @@ -227,6 +227,15 @@ <item name="windowSplashScreenAnimatedIcon">@drawable/launcher_animate</item> </style> + <style name="Style.AntennaPod.Toolbar" parent="Widget.Material3.Toolbar"> + <item name="materialThemeOverlay">@style/Theme.AntennaPod.Toolbar</item> + </style> + + <style name="Theme.AntennaPod.Toolbar" parent="ThemeOverlay.MaterialComponents.Toolbar.Surface"> + <item name="action_icon_color">?attr/colorOnSurface</item> + <item name="colorControlNormal">?attr/colorOnSurface</item> + </style> + <style name="Theme.AntennaPod.VideoPlayer" parent="@style/Theme.AntennaPod.Dark"> <item name="windowActionBarOverlay">true</item> </style> @@ -280,11 +289,6 @@ <item name="fastScrollVerticalTrackDrawable">@drawable/scrollbar_track</item> </style> - <style name="Widget.AntennaPod.ActionBar" parent="Widget.Material3.Light.ActionBar.Solid"> - <item name="background">?android:attr/colorBackground</item> - <item name="elevation">0dp</item> - </style> - <style name="AddPodcastTextView"> <item name="android:drawablePadding">8dp</item> <item name="android:paddingTop">8dp</item> diff --git a/ui/discovery/src/main/res/layout/fragment_online_search.xml b/ui/discovery/src/main/res/layout/fragment_online_search.xml index 902dd8b74..10fe9a824 100644 --- a/ui/discovery/src/main/res/layout/fragment_online_search.xml +++ b/ui/discovery/src/main/res/layout/fragment_online_search.xml @@ -19,7 +19,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?attr/actionBarSize" - android:theme="?attr/actionBarTheme" app:title="@string/discover" app:navigationContentDescription="@string/toolbar_back_button_content_description" app:navigationIcon="?homeAsUpIndicator" /> |