X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fwebview_framelayout.xml;h=1a9418d1e90f14d6c57b950db605a24820291554;hb=095201eb04f72863dd606b5d77b5bd4d0f7f0bcd;hp=bb6de103e3b667ecfb175e0eb945e384871d80f9;hpb=54c70ca476ba2f53ae274df1ac725be3919e8f56;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/webview_framelayout.xml b/app/src/main/res/layout/webview_framelayout.xml index bb6de103..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" />