壁纸缩放功能

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

@@ -151,4 +151,7 @@
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
<string name="battery_life_function">Battery page shows the current temperature</string>
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
<string name="max_wallpaper_scale">Max wallpaper scale</string>
<string name="def">"Default: "</string>
<string name="current">Current:</string>
</resources>

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>