X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;ds=inline;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fwebview_framelayout.xml;h=1a9418d1e90f14d6c57b950db605a24820291554;hb=fd8556e4e7c0db9f58e1cf14a2e0c6590f91305e;hp=27e62773a17c63e3d267c2fc0b95963eddd2e685;hpb=16ccee9956383ad3a38b09f7a4f7e9aeee92cd42;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/webview_framelayout.xml b/app/src/main/res/layout/webview_framelayout.xml index 27e62773..1a9418d1 100644 --- a/app/src/main/res/layout/webview_framelayout.xml +++ b/app/src/main/res/layout/webview_framelayout.xml @@ -23,14 +23,18 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:layout_height="match_parent" > + android:layout_height="match_parent" + android:background="?android:attr/colorBackground" > + + + android:focusableInTouchMode="true" + android:visibility="invisible" />