X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fwebview_framelayout.xml;fp=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fwebview_framelayout.xml;h=0243a062ee2aea65ee3f356bd142cb8c3bdc15c5;hp=27e62773a17c63e3d267c2fc0b95963eddd2e685;hb=e7380180e2936dc8ebafaae1999a4b6789309c13;hpb=026e3182ead986bf03026f1dd31e47ceb330303d diff --git a/app/src/main/res/layout/webview_framelayout.xml b/app/src/main/res/layout/webview_framelayout.xml index 27e62773..0243a062 100644 --- a/app/src/main/res/layout/webview_framelayout.xml +++ b/app/src/main/res/layout/webview_framelayout.xml @@ -23,14 +23,17 @@ 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="?attr/webViewBackground" > + + android:focusableInTouchMode="true" + android:visibility="invisible" />