Cherish:Toggle for bolt icon when charging [2/2]
Make sure the switch is enabled only when relevant
This commit is contained in:
@@ -151,6 +151,13 @@
|
||||
android:title="@string/status_bar_battery_text_charging_title"
|
||||
android:summary="@string/status_bar_battery_text_charging_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="status_bar_battery_charging_bolt"
|
||||
android:icon="@drawable/ic_lighting_bolt"
|
||||
android:title="@string/status_bar_battery_charging_bolt_title"
|
||||
android:summary="@string/status_bar_battery_charging_bolt_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
Reference in New Issue
Block a user