Evolver: Dynamic charging ripple switch [2/2]
Change-Id: I085fd73b19154e68683d5a0be0de023af7ecc1a1 Signed-off-by: Ghosuto <clash.raja10@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user