Skip to content

Commit

Permalink
Battery percentage indicator
Browse files Browse the repository at this point in the history
PS3: Moved to statusbar category

Change-Id: Ic191ea99d840a5cf919b84afd07b3fbc9bb39546
Signed-off-by: kecinzer <kecinzer@gmail.com>
  • Loading branch information
kecinzer authored and romanbb committed Dec 31, 2013
1 parent 3c4d056 commit 772a781
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions res/layout/fragment_statusbar_settings.xml
Expand Up @@ -25,4 +25,13 @@
android:defaultValue="true"
/>

<com.aokp.romcontrol.settings.CheckboxSetting
android:layout_width="match_parent"
android:layout_height="wrap_content"

android:title="@string/battery_percentage_indicator_title"
android:summary="@string/battery_percentage_indicator_summary"
android:key="battery_percentage_indicator"
android:defaultValue="false"
/>
</LinearLayout>
4 changes: 4 additions & 0 deletions res/values/strings.xml
Expand Up @@ -112,6 +112,10 @@
<string name="ime_switcher_title">Show IME Switcher</string>
<string name="ime_switcher_summary">In Statusbar while typing</string>

<string name="battery_percentage_indicator_title">Show battery percentage indicator</string>
<string name="battery_percentage_indicator_summary">Show battery percentage indicator front of battery icon</string>


<!-- Installer -->
<string name="persist_options">Persistence</string>
<string name="persist_enable">Enable Persistence</string>
Expand Down

0 comments on commit 772a781

Please sign in to comment.