Cherish: BatteryBar: Let's keep only statusbar option
Signed-off-by: ShubhamB <shubhamprince111@gmail.com> Change-Id: I7fc40df990bcbb3a481f3174f749c9c459d3042b Signed-off-by: SagarMakhar <sagarmakhar@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -769,20 +769,6 @@
|
||||
</string-array>
|
||||
|
||||
<!-- Battery bar -->
|
||||
<string-array name="battery_bar_entries">
|
||||
<item>@string/battery_bar_location_hide</item>
|
||||
<item>@string/battery_bar_location_statusbar</item>
|
||||
<item>@string/battery_bar_location_top_navbar</item>
|
||||
<item>@string/battery_bar_location_bottom_navbar</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="battery_bar_values" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="battery_bar_no_navbar_entries">
|
||||
<item>@string/battery_bar_location_hide</item>
|
||||
<item>@string/battery_bar_location_statusbar</item>
|
||||
|
||||
@@ -790,12 +790,9 @@
|
||||
<!-- Battery Bar -->
|
||||
<string name="battery_bar_title">Battery bar</string>
|
||||
<string name="battery_bar_summary">Display and customize battery bar near status bar or navigation bar</string>
|
||||
<string name="battery_bar">Battery bar location</string>
|
||||
<string name="battery_bar_no_navbar">Battery bar location</string>
|
||||
<string name="battery_bar_location_hide">Hide</string>
|
||||
<string name="battery_bar_location_statusbar">Statusbar</string>
|
||||
<string name="battery_bar_location_top_navbar">Top of navbar</string>
|
||||
<string name="battery_bar_location_bottom_navbar">Bottom of navbar</string>
|
||||
<string name="battery_bar_color">Battery bar color</string>
|
||||
<string name="battery_bar_charging_color">Battery bar charging color</string>
|
||||
<string name="battery_bar_battery_low_color">Battery bar low battery color</string>
|
||||
|
||||
@@ -20,12 +20,6 @@
|
||||
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
|
||||
android:title="@string/battery_bar_title">
|
||||
|
||||
<ListPreference
|
||||
android:key="statusbar_battery_bar_list"
|
||||
android:title="@string/battery_bar"
|
||||
android:entries="@array/battery_bar_entries"
|
||||
android:entryValues="@array/battery_bar_values" />
|
||||
|
||||
<ListPreference
|
||||
android:key="statusbar_battery_bar_no_navbar_list"
|
||||
android:title="@string/battery_bar_no_navbar"
|
||||
|
||||
Reference in New Issue
Block a user