Cherish: add dotted circle style (2/2)

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
xyyx
2020-04-17 15:48:33 +00:00
committed by Hưng Phan
parent b0292b2445
commit 1185608377
3 changed files with 5 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ public class StatusBarBattery extends SettingsPreferenceFragment implements
private static final String SHOW_BATTERY_PERCENT = "status_bar_show_battery_percent";
private static final String STATUS_BAR_BATTERY_STYLE = "status_bar_battery_style";
private static final int STATUS_BAR_BATTERY_STYLE_TEXT = 2;
private static final int STATUS_BAR_BATTERY_STYLE_TEXT = 3;
private ListPreference mStatusBarBatteryShowPercent;
private ListPreference mStatusBarBattery;