From 4e65f5254a4e74dbbe691e5edba2775d6d66c0b0 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期二, 30 四月 2024 14:41:39 +0800 Subject: [PATCH] 2024年04月30日14:41:34 --- 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