summaryrefslogtreecommitdiffstats
path: root/app/src/main/res
diff options
context:
space:
mode:
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"