diff --git a/app/build.gradle b/app/build.gradle index b74f177..74ca3ea 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "com.odiousapps.weewxweather" minSdkVersion 23 targetSdkVersion 33 - versionCode 1000011 - versionName "1.0.11" + versionCode 1000012 + versionName "1.0.12" } buildTypes { diff --git a/app/src/main/res/layout/fragment_forecast.xml b/app/src/main/res/layout/fragment_forecast.xml index 6451d2a..87a8fe9 100644 --- a/app/src/main/res/layout/fragment_forecast.xml +++ b/app/src/main/res/layout/fragment_forecast.xml @@ -42,15 +42,10 @@ android:gravity="center"/> - - - + android:layout_height="match_parent" + android:visibility="gone" /> \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_weather.xml b/app/src/main/res/layout/fragment_weather.xml index 3fceec4..2d875dc 100644 --- a/app/src/main/res/layout/fragment_weather.xml +++ b/app/src/main/res/layout/fragment_weather.xml @@ -29,14 +29,9 @@ android:layout_height="wrap_content" android:nestedScrollingEnabled="true" /> - - - - + \ No newline at end of file