summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/fragment_main.xml
diff options
context:
space:
mode:
authorbt <bt@rctt.net>2026-06-04 22:02:14 +0200
committerbt <bt@rctt.net>2026-06-05 15:47:27 +0200
commitcea9b1101a7197be413060a1b4cdd34a81b67d2f (patch)
tree4605af40f11f2355c72b435a31b9d4b8b59679ff /app/src/main/res/layout/fragment_main.xml
parent094a09ebfe142334f7b89ad2f03f17ed4dc1180e (diff)
downloadnetmon-cea9b1101a7197be413060a1b4cdd34a81b67d2f.tar.gz
netmon-cea9b1101a7197be413060a1b4cdd34a81b67d2f.zip
New UI
Diffstat (limited to 'app/src/main/res/layout/fragment_main.xml')
-rw-r--r--app/src/main/res/layout/fragment_main.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_main.xml b/app/src/main/res/layout/fragment_main.xml
new file mode 100644
index 0000000..366cbbe
--- /dev/null
+++ b/app/src/main/res/layout/fragment_main.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=".MainFragment">
+
+ <!-- TODO: Update blank fragment layout -->
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:text="@string/hello_blank_fragment" />
+
+</FrameLayout> \ No newline at end of file