X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Factivity_webview.xml;h=3244bb203e98fd04a0d2bae12191772add855eca;hp=20dbfeb5e48e1d18202e0ee55332596122b3d7b0;hb=19fa922d09043a0c8d0b6b01bdfad6a934572459;hpb=df8514ac51cf68fa5b1b93874028815614ecc087 diff --git a/app/src/main/res/layout/activity_webview.xml b/app/src/main/res/layout/activity_webview.xml index 20dbfeb5..3244bb20 100644 --- a/app/src/main/res/layout/activity_webview.xml +++ b/app/src/main/res/layout/activity_webview.xml @@ -28,6 +28,7 @@ android:layout_height="wrap_content" /> + // 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.