diff options
author | Dianne Hackborn <hackbod@google.com> | 2009-09-26 12:44:02 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2009-09-26 12:44:02 -0700 |
commit | 9281c929d6e4abf0ddf77d614b2eb57f7528397a (patch) | |
tree | 223b626081127e8b7110ba186ce4d6c1de1a169f /res/layout/battery_info.xml | |
parent | 782d1ae019a81f6c46908f2d056246a344759567 (diff) | |
download | packages_apps_Settings-9281c929d6e4abf0ddf77d614b2eb57f7528397a.tar.gz packages_apps_Settings-9281c929d6e4abf0ddf77d614b2eb57f7528397a.tar.bz2 packages_apps_Settings-9281c929d6e4abf0ddf77d614b2eb57f7528397a.zip |
Explicitly show plugged state.
Change-Id: I4592382cdcc9e116d3af102fd76057968a6ea874
Diffstat (limited to 'res/layout/battery_info.xml')
-rw-r--r-- | res/layout/battery_info.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/layout/battery_info.xml b/res/layout/battery_info.xml index 62f5d6910..1016ad18c 100644 --- a/res/layout/battery_info.xml +++ b/res/layout/battery_info.xml @@ -26,6 +26,12 @@ <TextView android:id="@+id/status" style="@style/info_value" /> </LinearLayout> + <!-- Battery Status --> + <LinearLayout style="@style/entry_layout"> + <TextView android:text="@string/battery_info_power_label" style="@style/info_label" /> + <TextView android:id="@+id/power" style="@style/info_value" /> + </LinearLayout> + <!-- Battery Level --> <LinearLayout style="@style/entry_layout"> <TextView android:text="@string/battery_info_level_label" style="@style/info_label" /> |