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/layout/fragment_map.xml | |
| parent | 094a09ebfe142334f7b89ad2f03f17ed4dc1180e (diff) | |
| download | netmon-new-ui.tar.gz netmon-new-ui.zip | |
New uinew-ui
Diffstat (limited to 'app/src/main/res/layout/fragment_map.xml')
| -rw-r--r-- | app/src/main/res/layout/fragment_map.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_map.xml b/app/src/main/res/layout/fragment_map.xml new file mode 100644 index 0000000..3ebc6c4 --- /dev/null +++ b/app/src/main/res/layout/fragment_map.xml @@ -0,0 +1,14 @@ +<?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=".MapFragment"> + + <!-- TODO: Update blank fragment layout --> + <TextView + android:layout_width="match_parent" + android:layout_height="match_parent" + android:text="MAP" /> + +</FrameLayout>
\ No newline at end of file |
