summaryrefslogtreecommitdiff
path: root/Defogger/res/layout/item_net.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Defogger/res/layout/item_net.xml')
-rw-r--r--Defogger/res/layout/item_net.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/Defogger/res/layout/item_net.xml b/Defogger/res/layout/item_net.xml
new file mode 100644
index 0000000..f3f8eb8
--- /dev/null
+++ b/Defogger/res/layout/item_net.xml
@@ -0,0 +1,29 @@
+<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="horizontal">
+ <TableRow
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+ <TextView
+ android:id="@+id/ssid"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content" />
+ <TextView
+ android:id="@+id/channel"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content" />
+ <TextView
+ android:id="@+id/key_mgmt"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content" />
+ <TextView
+ android:id="@+id/proto"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content" />
+ <TextView
+ android:id="@+id/rssi"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content" />
+ </TableRow>
+</TableLayout>