summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'android-app/app/src/main/res/layout')
-rw-r--r--android-app/app/src/main/res/layout/activity_weather.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-app/app/src/main/res/layout/activity_weather.xml b/android-app/app/src/main/res/layout/activity_weather.xml
index 36ea871..68374ca 100644
--- a/android-app/app/src/main/res/layout/activity_weather.xml
+++ b/android-app/app/src/main/res/layout/activity_weather.xml
@@ -14,7 +14,7 @@
android:id="@+id/bottom_nav"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- app:menu="@menu/bottom_nav_menu"
+ app:menu="@menu/bottom_nav_weather_menu"
xmlns:app="http://schemas.android.com/apk/res-auto" />
</LinearLayout>