diff options
author | Amith Yamasani <yamasani@google.com> | 2009-06-19 09:27:35 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2009-06-25 00:40:50 -0700 |
commit | 0f1e11e219c9e89bb4a939cd864eb03087e784be (patch) | |
tree | d48f409383ea3b6d667eb2c9a25238d99f9a9145 /res/xml/power_usage_summary.xml | |
parent | a54672f3a983766cf1dce754b3887807fcb723fa (diff) | |
download | packages_apps_Settings-0f1e11e219c9e89bb4a939cd864eb03087e784be.tar.gz packages_apps_Settings-0f1e11e219c9e89bb4a939cd864eb03087e784be.tar.bz2 packages_apps_Settings-0f1e11e219c9e89bb4a939cd864eb03087e784be.zip |
Track native processes.
Add gauge to detail screen and make it look like the item from summary screen.
Some string changes.
Diffstat (limited to 'res/xml/power_usage_summary.xml')
-rw-r--r-- | res/xml/power_usage_summary.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/res/xml/power_usage_summary.xml b/res/xml/power_usage_summary.xml index 450e438c4..b49b1409f 100644 --- a/res/xml/power_usage_summary.xml +++ b/res/xml/power_usage_summary.xml @@ -15,7 +15,6 @@ --> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" - android:title="@string/battery_since_unplugged"> - <PreferenceCategory - android:key="app_list"/> + android:title="@string/battery_since_unplugged" + android:key="app_list"> </PreferenceScreen> |