aboutsummaryrefslogtreecommitdiffstats
path: root/apps/SdkController/SdkControllerSensor/res/layout/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/SdkController/SdkControllerSensor/res/layout/main.xml')
-rw-r--r--apps/SdkController/SdkControllerSensor/res/layout/main.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/apps/SdkController/SdkControllerSensor/res/layout/main.xml b/apps/SdkController/SdkControllerSensor/res/layout/main.xml
deleted file mode 100644
index d3b9426..0000000
--- a/apps/SdkController/SdkControllerSensor/res/layout/main.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical" >
-
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content" />
-
- <ScrollView
- android:id="@+id/scrollView1"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:layout_weight="1" >
-
- <TableLayout
- android:id="@+id/tableLayout"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:saveEnabled="false" />
-
- </ScrollView>
-
-</LinearLayout> \ No newline at end of file