summaryrefslogtreecommitdiffstats
path: root/app/src/main/res
diff options
context:
space:
mode:
authorbt <bt@rctt.net>2026-06-08 21:10:06 +0200
committerbt <bt@rctt.net>2026-06-08 21:10:06 +0200
commit1ab7e928a2a272418df199c8e621b735a708fcff (patch)
treec905de96c5866c5b0515aa03130950abc67a0a59 /app/src/main/res
parent1f216fc3cfd3e3b70bcfb94b157ca253515881ab (diff)
downloadnetmon-new-ui.tar.gz
netmon-new-ui.zip
Fix map view, remove log viewnew-ui
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/fragment_log.xml14
-rw-r--r--app/src/main/res/menu/nav_menu.xml6
2 files changed, 1 insertions, 19 deletions
diff --git a/app/src/main/res/layout/fragment_log.xml b/app/src/main/res/layout/fragment_log.xml
deleted file mode 100644
index 8df01f3..0000000
--- a/app/src/main/res/layout/fragment_log.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<FrameLayout 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"
- tools:context=".LogFragment">
-
- <!-- TODO: Update blank fragment layout -->
- <TextView
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:text="LOG" />
-
-</FrameLayout> \ No newline at end of file
diff --git a/app/src/main/res/menu/nav_menu.xml b/app/src/main/res/menu/nav_menu.xml
index a4332ae..574205b 100644
--- a/app/src/main/res/menu/nav_menu.xml
+++ b/app/src/main/res/menu/nav_menu.xml
@@ -3,11 +3,7 @@
<item
android:id="@+id/main"
android:icon="@drawable/rounded_bar_chart_24"
- android:title="Scan" />
- <item
- android:id="@+id/log"
- android:icon="@drawable/outline_database_24"
- android:title="Logs" />
+ android:title="Scan" />
<item
android:id="@+id/map"
android:icon="@drawable/baseline_map_24"