aboutsummaryrefslogtreecommitdiff
path: root/testapps/testSensors/res/layout/one_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testapps/testSensors/res/layout/one_row.xml')
-rw-r--r--testapps/testSensors/res/layout/one_row.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/testapps/testSensors/res/layout/one_row.xml b/testapps/testSensors/res/layout/one_row.xml
deleted file mode 100644
index e3c54b890..000000000
--- a/testapps/testSensors/res/layout/one_row.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<TableRow xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent" >
- <TextView
- android:id="@+id/row_textview_name"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:saveEnabled="false"
- android:layout_marginRight="10dp"
- android:textAppearance="?android:attr/textAppearanceSmall" />
-
- <TextView
- android:id="@+id/row_textview_value"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:textAppearance="?android:attr/textAppearanceSmall" />
-
-</TableRow> \ No newline at end of file