壁纸缩放功能

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,4 +1,4 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="android:Theme.Material.NoActionBar">
<!-- Customize your theme here. -->
@@ -10,10 +10,8 @@
<item name="android:textColor">@color/white</item>
<item name="android:colorBackground">@color/black</item>
<item name="android:statusBarColor">@color/black</item>
<item name="android:windowLightStatusBar" tools:targetApi="m">false</item>
<item name="android:forceDarkAllowed" tools:targetApi="Q">true</item>
<item name="android:windowLightStatusBar">false</item>
<item name="android:forceDarkAllowed">true</item>
</style>
<!-- 定义dialog的样式-->
</resources>

View File

@@ -151,4 +151,7 @@
<string name="remove_thememanager_ads">移除主题壁纸的广告</string>
<string name="battery_life_function">电池页面显示当前温度</string>
<string name="enable_wave_charge_animation">启用Alpha充电动画</string>
<string name="max_wallpaper_scale">壁纸缩放比例</string>
<string name="def">默认值:</string>
<string name="current">当前值:</string>
</resources>

View File

@@ -151,4 +151,7 @@
<string name="remove_thememanager_ads">拿掉主題壁紙的廣告</string>
<string name="battery_life_function">電池頁面展示當前溫度</string>
<string name="enable_wave_charge_animation">啟用Alpha充電動畫</string>
<string name="max_wallpaper_scale">壁紙縮放比例</string>
<string name="def">默認值:</string>
<string name="current">當前值:</string>
</resources>

View File

@@ -151,4 +151,7 @@
<string name="remove_thememanager_ads">拿掉主題壁紙的廣告</string>
<string name="battery_life_function">電池頁面展示當前溫度</string>
<string name="enable_wave_charge_animation">啟用Alpha充電動畫</string>
<string name="max_wallpaper_scale">壁紙縮放比例</string>
<string name="def">默認值:</string>
<string name="current">當前值:</string>
</resources>

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>