From a046d5a804d6842796a718fba4e98c3259340a60 Mon Sep 17 00:00:00 2001 From: Runt <qingingrunt2010@qq.com> Date: Sat, 04 Jun 2022 12:42:04 +0000 Subject: [PATCH] 接口参数问题 标题栏 添加收藏功能 --- app/src/main/res/values-night/themes.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml index 40d9949..20a6728 100644 --- a/app/src/main/res/values-night/themes.xml +++ b/app/src/main/res/values-night/themes.xml @@ -1,6 +1,6 @@ <resources xmlns:tools="http://schemas.android.com/tools"> <!-- Base application theme. --> - <style name="Theme.AutoLyric" parent="Theme.MaterialComponents.DayNight.DarkActionBar"> + <style name="Theme.AutoLyric" parent="Theme.AppCompat.DayNight.NoActionBar"> <!-- Primary brand color. --> <item name="colorPrimary">@color/white</item> <item name="colorPrimaryVariant">@color/color_gray</item> -- Gitblit v1.9.1