diff options
| author | bt <bt@rctt.net> | 2026-06-04 22:02:14 +0200 |
|---|---|---|
| committer | bt <bt@rctt.net> | 2026-06-05 15:47:27 +0200 |
| commit | cea9b1101a7197be413060a1b4cdd34a81b67d2f (patch) | |
| tree | 4605af40f11f2355c72b435a31b9d4b8b59679ff /app/src/main/res/menu/nav_menu.xml | |
| parent | 094a09ebfe142334f7b89ad2f03f17ed4dc1180e (diff) | |
| download | netmon-cea9b1101a7197be413060a1b4cdd34a81b67d2f.tar.gz netmon-cea9b1101a7197be413060a1b4cdd34a81b67d2f.zip | |
New UI
Diffstat (limited to 'app/src/main/res/menu/nav_menu.xml')
| -rw-r--r-- | app/src/main/res/menu/nav_menu.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/src/main/res/menu/nav_menu.xml b/app/src/main/res/menu/nav_menu.xml new file mode 100644 index 0000000..5c42815 --- /dev/null +++ b/app/src/main/res/menu/nav_menu.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android"> + <item + android:id="@+id/main" + android:icon="@drawable/rounded_bar_chart_24" + android:title="Main" /> + <item + android:id="@+id/log" + android:icon="@drawable/outline_database_24" + android:title="Logs" /> + <item + android:id="@+id/map" + android:icon="@drawable/baseline_map_24" + android:title="Map" /> +</menu>
\ No newline at end of file |
