diff --git a/.idea/misc.xml b/.idea/misc.xml
index 1aaa207..fab5310 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -12,7 +12,7 @@
-
+
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
index 3d6f0fc..9d6b9db 100644
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -1,6 +1,7 @@
@@ -26,6 +27,7 @@
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent"
- app:navGraph="@navigation/mobile_navigation" />
+ app:navGraph="@navigation/mobile_navigation"
+ tools:ignore="FragmentTagUsage" />
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_files.xml b/app/src/main/res/layout/fragment_files.xml
index b1dbdb1..41d33b8 100644
--- a/app/src/main/res/layout/fragment_files.xml
+++ b/app/src/main/res/layout/fragment_files.xml
@@ -6,6 +6,7 @@
android:layout_height="match_parent"
tools:context=".ui.vehicle.VehicleFragment"
android:background="@color/white">
+