X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Factivity_webview.xml;h=6e22c007f885b92b82011377852cd014f876f6de;hp=4eb9901b616b962c764b7a3bf7ec816ad9d68152;hb=9c85c8a1c93128c2727eb63f5cccf463c9067f90;hpb=4097fbc3a0a037da87f172b2b0b7e99199c0d3b9 diff --git a/app/src/main/res/layout/activity_webview.xml b/app/src/main/res/layout/activity_webview.xml index 4eb9901b..6e22c007 100644 --- a/app/src/main/res/layout/activity_webview.xml +++ b/app/src/main/res/layout/activity_webview.xml @@ -3,7 +3,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" 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:inputType="textUri" + android:imeOptions="actionGo" /> - // android:inputType="textUri" sets the keyboard to have a go arrow. - - -