aboutsummaryrefslogtreecommitdiff
path: root/testapps/testSensors/res/layout/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testapps/testSensors/res/layout/main.xml')
-rw-r--r--testapps/testSensors/res/layout/main.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/testapps/testSensors/res/layout/main.xml b/testapps/testSensors/res/layout/main.xml
deleted file mode 100644
index 1f73c9c40..000000000
--- a/testapps/testSensors/res/layout/main.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/scrollView1"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent" >
-
- <TableLayout
- android:id="@+id/tableLayout"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:saveEnabled="false" />
-
-</ScrollView>
-