]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/activity_webview.xml
Add comments to the .xml files.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / activity_webview.xml
index 20dbfeb5e48e1d18202e0ee55332596122b3d7b0..3244bb203e98fd04a0d2bae12191772add855eca 100644 (file)
@@ -28,6 +28,7 @@
             android:layout_height="wrap_content" />
     </LinearLayout>
 
+    // FrameLayout lets the ProgressBar float on top of the WebView.
     <FrameLayout
         android:layout_width="match_parent"
         android:layout_height="match_parent"
@@ -42,6 +43,7 @@
             android:focusable="true"
             android:focusableInTouchMode="true" />
 
+        // android:max changes the maximum ProgressBar value from 10000 to 100 to match progress percentage.
         <ProgressBar
             android:id="@+id/progressBar"
             style="?android:attr/progressBarStyleHorizontal"