From 4a4b7dcb93d79b7ab729e41d67be694630da217e Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Thu, 15 Oct 2015 10:12:34 -0700 Subject: [PATCH] Move the progress bar from the top of the WebView to the bottom of the address bar. --- app/src/main/res/layout/activity_webview.xml | 63 ++++++++++---------- 1 file changed, 31 insertions(+), 32 deletions(-) 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"> -