Cherish: Add battery styles and customizations for Android 10 [2/2]
Allows the user to tune: - battery styles - battery percentage rcstar6696: - Adapted to our battery stylesAdd battery styles and customizations for Android 10 [2/2] Change-Id: I6075e1a70a7a3c111daa24d913953111776bceb0 Signed-off-by: SagarMakhar <sagarmakhar@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -265,4 +265,35 @@
|
||||
<item>3</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Battery percent -->
|
||||
<string-array name="battery_percent_entries">
|
||||
<item>@string/status_bar_battery_percentage_default</item>
|
||||
<item>@string/status_bar_battery_percentage_text_inside</item>
|
||||
<item>@string/status_bar_battery_percentage_text_next</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="battery_percent_values" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Battery -->
|
||||
<string-array name="status_bar_battery_style_entries" translatable="false">
|
||||
<item>@string/status_bar_battery_style_icon_portrait</item>
|
||||
<item>@string/status_bar_battery_style_circle</item>
|
||||
<item>@string/status_bar_battery_style_dotted_circle</item>
|
||||
<item>@string/status_bar_battery_style_filled_circle</item>
|
||||
<item>@string/status_bar_battery_style_text</item>
|
||||
<item>@string/status_bar_battery_style_hidden</item>
|
||||
</string-array>
|
||||
<string-array name="status_bar_battery_style_values" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user