version:1.4.0

fix:
update:闹钟提醒循环播放,优化sos和提醒页面
This commit is contained in:
2024-11-15 14:22:59 +08:00
parent bb47a13d44
commit ea7b6a4573
14 changed files with 347 additions and 59 deletions

View File

@@ -30,7 +30,7 @@
<color name="main_default_text_gray">#808080</color>
<color name="NormalCircleColor">#99FFFFFF</color>
<color name="SelectedCircleColor">#ffffff</color>
<color name="sos_text_color">#ff5257</color>
<color name="sos_text_color">#E84446</color>
<color name="voice_color">#00D56B</color>
<color name="weathet_bg_color">#ffffff</color>

View File

@@ -26,6 +26,14 @@
<item name="android:windowBackground">@color/gray</item>
</style>
<style name="AppBlackTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/black</item>
<item name="colorPrimaryDark">@color/black</item>
<item name="colorAccent">@color/black</item>
<item name="android:windowBackground">@color/black</item>
</style>
<style name="activity_styles" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- <item name="android:windowFullscreen">true</item>-->
<!--设置dialog的背景-->