summaryrefslogtreecommitdiff
path: root/Defogger/res/layout/activity_scanner.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Defogger/res/layout/activity_scanner.xml')
-rw-r--r--Defogger/res/layout/activity_scanner.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Defogger/res/layout/activity_scanner.xml b/Defogger/res/layout/activity_scanner.xml
new file mode 100644
index 0000000..e0a19d6
--- /dev/null
+++ b/Defogger/res/layout/activity_scanner.xml
@@ -0,0 +1,11 @@
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" >
+
+ <ListView
+ android:id="@+id/scanlist_view"
+ android:scrollbars="vertical"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"/>
+
+</RelativeLayout>