Skip to content

Commit

Permalink
Option to show battery percentage when charging [1/2]
Browse files Browse the repository at this point in the history
- optional when using battery percentage inside

Change-Id: I2d3178b2ec310f0c5b06038dc579098f6848ab91
Signed-off-by: AKabhishek <abhishekkaushik.star@gmail.com>
  • Loading branch information
tsubus authored and AKabhishek committed Jul 5, 2018
1 parent 3e1a136 commit ca035a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -456,12 +456,14 @@
<item>@string/battery_percent_hidden</item>
<item>@string/battery_percent_outside</item>
<item>@string/battery_percent_inside</item>
<item>@string/battery_percent_inside_outside</item>
</string-array>

<string-array name="battery_percent_values" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
</string-array>

<!-- StatusBar weather settings -->
Expand Down
1 change: 1 addition & 0 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@
<string name="battery_percent_hidden">Hidden</string>
<string name="battery_percent_outside">Outside</string>
<string name="battery_percent_inside">Inside</string>
<string name="battery_percent_inside_outside">Inside, outside when charging</string>

<!-- StatusBar weather settings -->
<string name="statusbar_weather_title">Status bar weather</string>
Expand Down

0 comments on commit ca035a8

Please sign in to comment.