X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Factivity_webview.xml;h=d214b1b456b7bcdd07744058f4331ab4e66a3e4e;hb=405b0fa00eef8a6239f1f7ae6b0db06edb23ccb9;hp=20dbfeb5e48e1d18202e0ee55332596122b3d7b0;hpb=c386d4c28669c3180d2fad08ec63da972b4d86ec;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/activity_webview.xml b/app/src/main/res/layout/activity_webview.xml index 20dbfeb5..d214b1b4 100644 --- a/app/src/main/res/layout/activity_webview.xml +++ b/app/src/main/res/layout/activity_webview.xml @@ -11,6 +11,7 @@ android:orientation="horizontal" android:id="@+id/topBarLayout"> + // android:inputType="textUri" sets the keyboard to have a go arrow. + // FrameLayout lets the ProgressBar float on top of the WebView. + // android:max changes the maximum ProgressBar value from 10000 to 100 to match progress percentage.