Cherish:Toggle for bolt icon when charging [2/2]

Make sure the switch is enabled only when relevant
This commit is contained in:
Hưng Phan
2020-09-01 22:07:04 +07:00
parent c95194f7f1
commit fad857d2ba
4 changed files with 50 additions and 3 deletions

View File

@@ -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>