diff options
| author | bt <bt@rctt.net> | 2026-06-04 22:02:14 +0200 |
|---|---|---|
| committer | bt <bt@rctt.net> | 2026-06-04 22:02:14 +0200 |
| commit | a50e09b8583c60cdb9316baa5a5550d9b16bc0f9 (patch) | |
| tree | 1356a5eb1cb5c5b26c4ad423571555f541c8fb67 /app/src/main/res/menu/nav_menu.xml | |
| parent | 094a09ebfe142334f7b89ad2f03f17ed4dc1180e (diff) | |
| download | netmon-new-ui.tar.gz netmon-new-ui.zip | |
New uinew-ui
Diffstat (limited to 'app/src/main/res/menu/nav_menu.xml')
| -rw-r--r-- | app/src/main/res/menu/nav_menu.xml | 11 |
1 files changed, 11 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..7c766a1 --- /dev/null +++ b/app/src/main/res/menu/nav_menu.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android"> + <item + android:id="@+id/log" + android:icon="@drawable/rounded_bar_chart_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 |
