From bc0643f42cc19cfa1153f355851968e5486281ef Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期三, 16 十月 2024 11:29:18 +0800 Subject: [PATCH] 地图添加比例尺 --- app/src/main/res/values/themes.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 1571d15..c4423da 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -3,7 +3,6 @@ <style name="Theme.PipIrrApp" parent="Theme.AppCompat.Light.NoActionBar" > - <item name="android:windowAnimationStyle">@null</item> </style> </resources> \ No newline at end of file -- Gitblit v1.8.0