From c7eeb5c6bc5d1cba44e92761d4be67f97f7c23aa Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期三, 05 六月 2024 16:38:30 +0800 Subject: [PATCH] 2024年06月05日16:38:23 --- app/src/main/res/values/themes.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index e7da647..0649322 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -11,13 +11,13 @@ <item name="colorOnSecondary">@color/black</item> <!-- Status bar color. --> <item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item> - <!-- Customize your theme here. --> </style> <style name="Theme.PhotovoltaicDebug.NoActionBar"> <item name="windowActionBar">false</item> <item name="windowNoTitle">true</item> + </style> -- Gitblit v1.8.0