+ tools:context=".MainActivity"
+ android:id="@+id/relativeLayout">
+
+ <WebView
+ android:id="@+id/mainWebView"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:focusable="true"
+ android:focusableInTouchMode="true" />
+
+ <ProgressBar
+ android:id="@+id/progressBar"
+ style="?android:attr/progressBarStyleHorizontal"
+ android:layout_width="fill_parent"
+ android:layout_height="7dp"
+ android:max="100"
+ android:progressTint="#FF29A8FF"
+ android:progressBackgroundTint="#FFFFFFFF"
+ android:visibility="gone" />
+ </FrameLayout>
+