version:2.6

fix:
update:优化爱心提醒
This commit is contained in:
2022-08-30 10:03:48 +08:00
parent dc5455926a
commit 7388d2bbf4
47 changed files with 1574 additions and 321 deletions

View File

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