Revert Old battery styles

Revert "Cherish:Add option to show battery percent & estimate [2/2]"

This reverts commit 9a8e252169.

Revert "Cherish:Add big and big dotted circle [2/2]"

This reverts commit be26a12a22.

Revert "Cherish:Add Solid battery style from PA [2/2]"

This reverts commit 404108fea3.

Revert "Cherish:Add battery styles and customizations for Android 11 [2/2]"

This reverts commit dca03924b9.

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Hưng Phan
2021-03-09 09:37:10 +07:00
parent 168ef3331a
commit 7bfdbcccc0
4 changed files with 1 additions and 169 deletions

View File

@@ -40,7 +40,7 @@
android:targetClass="com.android.systemui.tuner.StatusbarItemsActivity" />
</Preference>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="show_fourg"
android:icon="@drawable/ic_4g"
@@ -104,39 +104,6 @@
android:summary="%s"
android:defaultValue="0"/>
</PreferenceCategory>
<PreferenceCategory
android:key="battery_style_category"
android:title="@string/battery_style_category_title" >
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="status_bar_battery_style"
android:icon="@drawable/ic_battery_styles"
android:title="@string/status_bar_battery_style_title"
android:summary="%s"
android:dialogTitle="@string/status_bar_battery_style_title"
android:entries="@array/status_bar_battery_style_entries"
android:entryValues="@array/status_bar_battery_style_values"
android:defaultValue="0" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="status_bar_show_battery_percent"
android:icon="@drawable/ic_battery_percent"
android:title="@string/battery_percentage_title"
android:entries="@array/status_bar_battery_percentage_entries"
android:entryValues="@array/status_bar_battery_percentage_values"
android:summary="%s"
android:defaultValue="0" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="status_bar_battery_text_charging"
android:icon="@drawable/ic_battery_charging"
android:title="@string/status_bar_battery_text_charging_title"
android:summary="@string/status_bar_battery_text_charging_summary"
android:defaultValue="true" />
<Preference
android:key="battery_bar_category"
android:title="@string/battery_bar_title"