From c238bf89a89eec5030539c12d9902dbbd8ce3851 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期五, 15 三月 2024 08:54:19 +0800 Subject: [PATCH] 序列号显示10进制的 --- app/src/main/res/values/styles.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 666b988..f5c9509 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,11 +1,12 @@ <resources> <!-- Base application theme. --> - <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> + <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <!-- Customize your theme here. --> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item> <item name="colorAccent">@color/colorAccent</item> + <item name="android:windowAnimationStyle">@null</item> </style> -- Gitblit v1.8.0