Evolver: Dynamic charging ripple switch [2/2]

Change-Id: I085fd73b19154e68683d5a0be0de023af7ecc1a1
Signed-off-by: Ghosuto <clash.raja10@gmail.com>
This commit is contained in:
Ghosuto
2025-10-09 08:08:44 +00:00
committed by Joey
parent a4c623db0a
commit be05abe732
2 changed files with 11 additions and 0 deletions

View File

@@ -920,4 +920,8 @@
<string name="notification_row_transparency_summary">Set translucent background for notifications in QS</string>
<string name="notification_row_transparency_lockscreen_title">Translucent lockscreen notifications</string>
<string name="notification_row_transparency_lockscreen_summary">Set translucent background for notifications in lockscreen</string>
<!-- Dynamic charging animation -->
<string name="wireless_charging_dynamic_color_title">Dynamic charging color</string>
<string name="wireless_charging_dynamic_color_summary">Use battery level to determine charging ripple animation color</string>
</resources>

View File

@@ -190,6 +190,13 @@
android:summary="@string/themes_charging_animation_summary"
android:defaultValue="true" />
<!-- Dynamic charging animation -->
<org.evolution.settings.preferences.SystemSettingSwitchPreference
android:key="wireless_charging_dynamic_color"
android:title="@string/wireless_charging_dynamic_color_title"
android:summary="@string/wireless_charging_dynamic_color_summary"
android:defaultValue="true" />
<!-- Screen Off animation -->
<org.evolution.settings.preferences.SystemSettingListPreference
android:key="screen_off_animation"