X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Factivity_webview.xml;h=4eb9901b616b962c764b7a3bf7ec816ad9d68152;hp=2b701ae033cad6edcf1c8e3cd7a34e37e33a9f80;hb=b0c8d9ec536bf5ce9ed832f46254fbb3125419bd;hpb=4a4b7dcb93d79b7ab729e41d67be694630da217e diff --git a/app/src/main/res/layout/activity_webview.xml b/app/src/main/res/layout/activity_webview.xml index 2b701ae0..4eb9901b 100644 --- a/app/src/main/res/layout/activity_webview.xml +++ b/app/src/main/res/layout/activity_webview.xml @@ -1,58 +1,71 @@ - + android:layout_height="match_parent"> + // SwipeRefreshLayout allows the user to swipe down to refresh. - // FrameLayout lets the ProgressBar float on top of the LinearLayout. - + android:layout_height="match_parent" + tools:context=".Webview" > - - - // android:inputType="textUri" sets the keyboard to have a go arrow. - + + - -