From: Soren Stoutner Date: Thu, 15 Oct 2015 17:12:34 +0000 (-0700) Subject: Move the progress bar from the top of the WebView to the bottom of the address bar. X-Git-Tag: v1.0~46 X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff_plain;h=4a4b7dcb93d79b7ab729e41d67be694630da217e Move the progress bar from the top of the WebView to the bottom of the address bar. --- diff --git a/app/src/main/res/layout/activity_webview.xml b/app/src/main/res/layout/activity_webview.xml index d214b1b4..2b701ae0 100644 --- a/app/src/main/res/layout/activity_webview.xml +++ b/app/src/main/res/layout/activity_webview.xml @@ -5,44 +5,35 @@ android:layout_height="match_parent" tools:context=".Webview" > - + android:id="@+id/topFrameLayout"> - // android:inputType="textUri" sets the keyboard to have a go arrow. - + android:orientation="horizontal" + android:id="@+id/topBarLayout"> -