summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/cell_view.xml
diff options
context:
space:
mode:
authorbt <bt@rctt.net>2026-06-05 17:50:26 +0200
committerbt <bt@rctt.net>2026-06-07 21:41:04 +0200
commit39dc7341c8f19ead0912e036fbf730b6db06b147 (patch)
tree1d160fcf222ad640c45b2db905f392633936a460 /app/src/main/res/layout/cell_view.xml
parentcea9b1101a7197be413060a1b4cdd34a81b67d2f (diff)
downloadnetmon-39dc7341c8f19ead0912e036fbf730b6db06b147.tar.gz
netmon-39dc7341c8f19ead0912e036fbf730b6db06b147.zip
Scanner UI
Diffstat (limited to 'app/src/main/res/layout/cell_view.xml')
-rw-r--r--app/src/main/res/layout/cell_view.xml17
1 files changed, 14 insertions, 3 deletions
diff --git a/app/src/main/res/layout/cell_view.xml b/app/src/main/res/layout/cell_view.xml
index 916f8cc..08b653d 100644
--- a/app/src/main/res/layout/cell_view.xml
+++ b/app/src/main/res/layout/cell_view.xml
@@ -35,7 +35,12 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="Id" />
+ android:text="LAC" />
+
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="CID" />
<TextView
android:layout_width="wrap_content"
@@ -56,10 +61,16 @@
android:text="type" />
<TextView
- android:id="@+id/id"
+ android:id="@+id/lac"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="lac" />
+
+ <TextView
+ android:id="@+id/cid"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="id" />
+ android:text="cid" />
<TextView
android:id="@+id/power"