X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Factivity_webview.xml;h=d214b1b456b7bcdd07744058f4331ab4e66a3e4e;hb=405b0fa00eef8a6239f1f7ae6b0db06edb23ccb9;hp=deb2b7452ab05b5e6dc51a640d239df5f56d6e3a;hpb=fda0da47d78471ff653a84832723a52551d32a21;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/res/layout/activity_webview.xml b/app/src/main/res/layout/activity_webview.xml index deb2b745..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.