Skip to content

Commit

Permalink
Removed NestedScrollView from the radar page
Browse files Browse the repository at this point in the history
  • Loading branch information
evilbunny2008 committed Jan 11, 2023
1 parent 3611e43 commit 00368c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.odiousapps.weewxweather"
minSdkVersion 23
targetSdkVersion 33
versionCode 1000006
versionName "1.0.6"
versionCode 1000007
versionName "1.0.7"
}
buildTypes {
release {
Expand Down
17 changes: 5 additions & 12 deletions app/src/main/res/layout/fragment_forecast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,11 @@
android:gravity="center"/>
</com.odiousapps.weewxweather.RotateLayout>

<androidx.core.widget.NestedScrollView
<WebView
android:id="@+id/webView2"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_width="match_parent">

<WebView
android:id="@+id/webView2"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:visibility="gone"/>

</androidx.core.widget.NestedScrollView>

android:gravity="center"
android:visibility="gone"/>
</LinearLayout>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>

0 comments on commit 00368c8

Please sign in to comment.