Implement battery percent styles (2/2)

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Danesh M
2015-10-28 14:07:03 -07:00
committed by Hưng Phan
parent 4987963079
commit 2ff574b8c7
4 changed files with 120 additions and 0 deletions

View File

@@ -484,5 +484,12 @@
<!-- Gaming mode -->
<string name="gaming_mode_title">Game space</string>
<string name="gaming_mode_summary">Extra features for immersive gaming experience</string>
<!-- Battery percentage -->
<string name="battery_style_category_title">Battery icon</string>
<string name="status_bar_battery_percentage_title">Battery percentage</string>
<string name="status_bar_battery_percentage_default">Hidden</string>
<string name="status_bar_battery_percentage_text_next">Next to the icon</string>
<string name="status_bar_battery_percentage_text_inside">Inside the icon</string>
</resources>