Cherish:Add charging animation [2/2]
This commit is contained in:
@@ -671,4 +671,8 @@
|
||||
<string name="status_bar_toggle_brightness">Brightness control</string>
|
||||
<string name="status_bar_toggle_brightness_summary">Adjust brightness by sliding across the status bar</string>
|
||||
|
||||
<!-- Charger Connected Animation -->
|
||||
<string name="charging_animation_title">Charging animation</string>
|
||||
<string name="charging_animation_summary">Display an animation when the device is plugged in</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -30,6 +30,13 @@
|
||||
android:icon="@drawable/ic_battery_almostfull"
|
||||
android:fragment="com.cherish.settings.fragments.BatteryLightSettings"
|
||||
android:title="@string/battery_light_settings" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="charging_animation"
|
||||
android:icon="@drawable/ic_charging"
|
||||
android:title="@string/charging_animation_title"
|
||||
android:summary="@string/charging_animation_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="notification_screen"
|
||||
|
||||
Reference in New Issue
Block a user