Fix error found in code analysis

This commit is contained in:
jacques 2022-03-23 09:14:18 +01:00
parent 033c29b564
commit 083954e709

View file

@ -1,8 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/white">
android:background="@android:color/white"
tools:ignore="Overdraw">
<WebView
android:id="@+id/aboutHtml"