summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-01-09 17:51:25 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-01-09 17:51:25 -0800
commit5962e18d0e5741511e78102a3746828b05f9f9ea (patch)
tree128aa611268ec1c6d80a61b17f4037c9dc547abc /res/layout
parentabc48f80d8747b4fc051b7dd364355ee667a9bac (diff)
downloadpackages_apps_Settings-5962e18d0e5741511e78102a3746828b05f9f9ea.tar.gz
packages_apps_Settings-5962e18d0e5741511e78102a3746828b05f9f9ea.tar.bz2
packages_apps_Settings-5962e18d0e5741511e78102a3746828b05f9f9ea.zip
auto import from //branches/cupcake/...@125939
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/battery_history.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/layout/battery_history.xml b/res/layout/battery_history.xml
new file mode 100644
index 000000000..c8c2097a2
--- /dev/null
+++ b/res/layout/battery_history.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent">
+ <ScrollView
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content">
+ <TextView
+ android:id="@+id/text"
+ android:layout_width="fill_parent"
+ android:layout_height="1000dp"/>
+ </ScrollView>
+</LinearLayout>