mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-13 03:41:19 +08:00
壁纸缩放功能
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user