summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-09-26 12:44:02 -0700
committerDianne Hackborn <hackbod@google.com>2009-09-26 12:44:02 -0700
commit9281c929d6e4abf0ddf77d614b2eb57f7528397a (patch)
tree223b626081127e8b7110ba186ce4d6c1de1a169f /res/layout
parent782d1ae019a81f6c46908f2d056246a344759567 (diff)
downloadpackages_apps_settings-9281c929d6e4abf0ddf77d614b2eb57f7528397a.zip
packages_apps_settings-9281c929d6e4abf0ddf77d614b2eb57f7528397a.tar.gz
packages_apps_settings-9281c929d6e4abf0ddf77d614b2eb57f7528397a.tar.bz2
Explicitly show plugged state.
Change-Id: I4592382cdcc9e116d3af102fd76057968a6ea874
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/battery_info.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/layout/battery_info.xml b/res/layout/battery_info.xml
index 62f5d69..1016ad1 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" />