diff options
Diffstat (limited to 'android-app/app/src/main/res/layout/activity_weather.xml')
| -rw-r--r-- | android-app/app/src/main/res/layout/activity_weather.xml | 2 |
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> |
