壁纸缩放功能

This commit is contained in:
YuKongA
2022-03-12 15:39:20 +08:00
parent 8ba9132d4e
commit 0a8b43c344
16 changed files with 110 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="android:Theme.Material.Light.NoActionBar">
<!-- Customize your theme here. -->
@@ -10,11 +10,8 @@
<item name="android:textAllCaps">false</item>
<item name="android:textColor">@color/black</item>
<item name="android:statusBarColor">@color/white</item>
<item name="android:windowLightStatusBar" tools:targetApi="m">true</item>
<item name="android:forceDarkAllowed" tools:targetApi="Q">true</item>
<item name="android:windowLightStatusBar">true</item>
<item name="android:forceDarkAllowed">true</item>
</style>
<!-- 定义dialog的样式-->
</resources>