- Restoring /sbin, probable Magisk support - thanks @eremitein - Fix offline charger? - same as above - Disable that stupid wallpaper zoom
29 lines
1.0 KiB
Diff
29 lines
1.0 KiB
Diff
From ecc6f5becba220a7de969bce9b17809898bf031a Mon Sep 17 00:00:00 2001
|
|
From: Andy CrossGate Yan <GeForce8800Ultra@gmail.com>
|
|
Date: Sun, 10 Jan 2021 11:44:29 +0000
|
|
Subject: [PATCH] UI: Disable wallpaper zoom
|
|
|
|
It does little more than inducing motion sickness
|
|
|
|
Change-Id: I78cc5484930b27f172cd8d8a5bd9042dce3478d0
|
|
---
|
|
core/res/res/values/config.xml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
|
|
index b61b26a0e7f..0ed13dd2a89 100644
|
|
--- a/core/res/res/values/config.xml
|
|
+++ b/core/res/res/values/config.xml
|
|
@@ -4353,7 +4353,7 @@
|
|
<string name="config_customSessionPolicyProvider"></string>
|
|
|
|
<!-- The max scale for the wallpaper when it's zoomed in -->
|
|
- <item name="config_wallpaperMaxScale" format="float" type="dimen">1.10</item>
|
|
+ <item name="config_wallpaperMaxScale" format="float" type="dimen">1</item>
|
|
|
|
<!-- Package name that will receive an explicit manifest broadcast for
|
|
android.os.action.POWER_SAVE_MODE_CHANGED. -->
|
|
--
|
|
2.25.1
|
|
|